Module taffy::compute::grid::types::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§

  • Whether a GridTrack represents an actual track or a gutter.