Skip to content

can i get alternative MainAxisSize.min and MainAxisSize.max in flet #4769

Answered by ndonkoHenri
Kiueeukou asked this question in Q&A
Discussion options

You must be logged in to vote

Row and Column have a tight boolean property:

  • True -> MainAxisSize.min
  • False -> MainAxisSize.max

Has effect only when wrap=False (the default).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Kiueeukou
Comment options

Answer selected by ndonkoHenri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #4765 on January 25, 2025 00:47.