LayoutGridTrack.percent constructor

const LayoutGridTrack.percent(
  1. double value
)

Implementation

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