body property
The main content of the sheet.
A function that returns a widget. It can optionally receive a ScrollController if the sheet is scrollable.
Implementation
final Widget Function({ScrollController? scrollController}) body;
The main content of the sheet.
A function that returns a widget. It can optionally receive a ScrollController if the sheet is scrollable.
final Widget Function({ScrollController? scrollController}) body;