contentBounds property
Rect
get
contentBounds
Implementation
Rect get contentBounds {
assert(
_contentBounds != null,
'contentBounds is not available before layout. Call layout first.',
);
return rectFromLayoutRect(_contentBounds!);
}