can i get alternative MainAxisSize.min and MainAxisSize.max in flet #4769
-
Duplicate Check
Describe the requested featureThe code to set a column or row will be reduced to the size of the number of controls in the list Suggest a solutionNo response ScreenshotsNo response Additional detailsNo response |
Beta Was this translation helpful? Give feedback.
Answered by
ndonkoHenri
Jan 26, 2025
Replies: 1 comment 1 reply
-
Has effect only when |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ndonkoHenri
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Row
andColumn
have atight
boolean property:True
->MainAxisSize.min
False
->MainAxisSize.max
Has effect only when
wrap=False
(the default).