child property

Widget child
final

The widget that contains the main content of this bottom sheet. If header and bottom are not null, it will be shown between those two widgets

Implementation

final Widget child;