Skip to content

Remove background color from hexagonal grid widget

Jack Pn requested to merge jckpn/hexagonal_grid_widget:patch-1 into master

I think the expected behaviour for most people would be that the hexagonal grid widget displays over its parent widget, like Flutter's ListView and GridView do. I spent a few minutes myself trying to figure out why the background was blue before I realised it was coded into the widget itself :)

Merge request reports