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
The Buttons did not expanded based on the Flex of its parent which is ResponsiveRowColumnItem, how ever when I am uising Container, it will adapt the sizes based on its parent, only buttons occur the error
The text was updated successfully, but these errors were encountered:
Facing same issue when using Text widget inside ResponsiveRowColumnItem, I worked it around by placing the Text inside a column and setting it's crossAxisAlignment to stretch
Edit: you can also set rowFit: FlexFit.tight in ResponsiveRowColumnItem to fill the available space
The text was updated successfully, but these errors were encountered: