customBodyBuilder property

(Widget Function(BuildContext context, SheetState?, double)?) customBodyBuilder
final

The optional builder for the body of the sheet

Implementation

final Widget Function(BuildContext context, SheetState?, double)? customBodyBuilder;