flexGrow property
The flex grow factor for flexible sizing.
Determines how much this child should grow relative to its siblings when there is extra space in the main axis. A value of 0 means no growth.
Implementation
final double flexGrow;
The flex grow factor for flexible sizing.
Determines how much this child should grow relative to its siblings when there is extra space in the main axis. A value of 0 means no growth.
final double flexGrow;