GridTracks constructor
Constructs a list of grid tracks.
When using GridTrack.line, must be alternated with value tracks.
Implementation
const factory GridTracks(List<GridTrack> tracks) = _GridTracks;
Constructs a list of grid tracks.
When using GridTrack.line, must be alternated with value tracks.
const factory GridTracks(List<GridTrack> tracks) = _GridTracks;