cache property
Cached layout information from previous layout passes.
Used to optimize relayout by reusing calculations when constraints haven't changed.
Implementation
ChildLayoutCache? cache;
Cached layout information from previous layout passes.
Used to optimize relayout by reusing calculations when constraints haven't changed.
ChildLayoutCache? cache;