flex property

double? flex
final

The flex factor to determine how much space this column should take relative to others. If set, the column will expand to fill available space according to its flex value.

Implementation

final double? flex;