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