cache property

ChildLayoutCache? cache
getter/setter pair

Cached layout information from previous layout passes.

Used to optimize relayout by reusing calculations when constraints haven't changed.

Implementation

ChildLayoutCache? cache;