flex function

FlexibleTrackSize flex(
  1. double flexFactor, {
  2. String? debugLabel,
})

Returns a new track size that expands to fill available space.

Implementation

FlexibleTrackSize flex(double flexFactor, {String? debugLabel}) =>
    FlexibleTrackSize(flexFactor, debugLabel: debugLabel);