Function taffy::compute::grid::track_sizing::stretch_auto_tracks
source ยท fn stretch_auto_tracks(
axis_tracks: &mut [GridTrack],
axis_min_size: Option<f32>,
axis_available_space_for_expansion: AvailableSpace,
)
Expand description
11.8. Stretch auto Tracks This step expands tracks that have an auto max track sizing function by dividing any remaining positive, definite free space equally amongst them.