body property

Widget Function({ScrollController? scrollController}) body
final

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;