flex property

double? flex

The flex factor to apply to the track if there is any room left over when laying out the grid. The remaining space is distributed to any tracks with flex in proportion to their flex value (higher values get more space).

Implementation

double? get flex => null;