cachedFitContentSize property

LayoutSize? cachedFitContentSize
getter/setter pair

Cached size when the child is sized to fit its content.

Stores the result of measuring the child with unconstrained dimensions.

Implementation

LayoutSize? cachedFitContentSize;