flexFactor property

double flexFactor
final

The flex factor to use for this track

The amount of space the track can occupy on the track's cross axis is determined by dividing the free space (after placing the inflexible children) according to the flex factors of the flexible children.

Implementation

final double flexFactor;