contentSize property
The total size of all content within this layout.
Represents the size needed to contain all children without scrolling.
Implementation
@override
LayoutSize get contentSize => _contentSize!;
The total size of all content within this layout.
Represents the size needed to contain all children without scrolling.
@override
LayoutSize get contentSize => _contentSize!;