flex property
How a flex layout shares its leftover main-axis space with this item.
An item asking for no share returns LayoutFlex.none, leaving it a fixed, non-flexible space.
Implementation
LayoutFlex get flex;
How a flex layout shares its leftover main-axis space with this item.
An item asking for no share returns LayoutFlex.none, leaving it a fixed, non-flexible space.
LayoutFlex get flex;