cachedAutoSize property

LayoutSize? cachedAutoSize
getter/setter pair

Cached size when the child uses auto-sizing behavior.

Stores the result of measuring the child according to its auto-sizing rules.

Implementation

LayoutSize? cachedAutoSize;