Module grid_track

Source
Expand description

Contains GridTrack used to represent a single grid track (row/column) during layout

Structsยง

GridTrack ๐Ÿ”’
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ยง

GridTrackKind ๐Ÿ”’
Whether a GridTrack represents an actual track or a gutter.