You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems unnecessary to set rowSize each time we are using the widget. A default of auto for all is what most of the times we need. Something like rowSizes: List.generate(Math.ceil(children.length / columns), (_) => auto).
BTW, Great library, thanks for the amazing work here.
The text was updated successfully, but these errors were encountered:
It seems unnecessary to set rowSize each time we are using the widget. A default of auto for all is what most of the times we need. Something like
rowSizes: List.generate(Math.ceil(children.length / columns), (_) => auto)
.BTW, Great library, thanks for the amazing work here.
The text was updated successfully, but these errors were encountered: