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
- named ๐
- Code for resolving name grid lines and areas