contentSize property

  1. @override
LayoutSize get contentSize
override

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!;