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
When there is a MasonryGridView in a scrollable column the grid doesn't scroll. I suggest you wrap the SingleChildScrollView that contains the column in a PrimaryScrollController and provide the possibility of configuring the parameter primary :
When there is a MasonryGridView in a scrollable column the grid doesn't scroll. I suggest you wrap the SingleChildScrollView that contains the column in a PrimaryScrollController and provide the possibility of configuring the parameter primary :
And then, somewhere below:
This way the column containing the grid will scroll as expected.
The text was updated successfully, but these errors were encountered: