flexGrow property
The flex grow factor for this item.
Controls how much this item grows relative to its siblings when there is extra space available in the main axis. A value of 0.0 means the item will not grow.
Implementation
@override
final double flexGrow;