layoutCache property
The cache for storing computed layout results.
Provides access to cached sizes and measurements to avoid redundant calculations.
Implementation
@override
ChildLayoutCache get layoutCache =>
(renderBox.parentData as LayoutBoxParentData).cache!;