Expand description
Contains GridTrack used to represent a single grid track (row/column) during layout
Structsยง
- Grid
Track ๐ - Internal sizing information for a single grid track (row/column) Gutters between tracks are sized similarly to actual tracks, so they are also represented by this struct
Enumsยง
- Grid
Track ๐Kind - Whether a GridTrack represents an actual track or a gutter.