children property
A function that returns the list of widgets to display, based on BoxConstraints.
Implementation
final List<Widget> Function(BoxConstraints constraints) children;
A function that returns the list of widgets to display, based on BoxConstraints.
final List<Widget> Function(BoxConstraints constraints) children;