GridTrack constructor

const GridTrack(
  1. TrackSize size
)

Creates a grid track with the specified size.

Implementation

const factory GridTrack(TrackSize size) = _GridTrack;