Expand description
Structs and enums that are used within the grid module
Modulesยง
- cell_
occupancy ๐Contains CellOccupancyMatrix used to track occupied cells during grid placement - coordinates ๐Taffy uses two coordinate systems to refer to grid lines (the gaps/gutters between rows/columns):
- grid_
item ๐Contains GridItem used to represent a single grid item during layout - grid_
track ๐Contains GridTrack used to represent a single grid track (row/column) during layout - grid_
track_ ๐counts Contains TrackCounts used to keep track of the number of tracks in the explicit and implicit grids. Also contains coordinate conversion functions which depend on those counts