LayoutGridTrack.minmax constructor

const LayoutGridTrack.minmax(
  1. LayoutGridTrackType minType,
  2. double value,
  3. LayoutGridTrackType maxType,
  4. double maxValue,
)

Implementation

const LayoutGridTrack.minmax(
    this.minType, this.value, this.maxType, this.maxValue)
    : type = LayoutGridTrackType.minmax;