flexGrow property

  1. @override
double flexGrow
final

The flex grow factor for this item. Determines how much this item should grow relative to its siblings when there is extra space available in the main axis. A value of 0 means the item will not grow. Default is 0.0.

Implementation

@override
final double flexGrow;