initialFractions property

List<double> initialFractions
final

The fraction of the layout to allocate to each child in children.

The index of initialFractions corresponds to the child at index of children.

Implementation

final List<double> initialFractions;