layoutCache property

  1. @override
ChildLayoutCache get layoutCache
override

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!;