builder property

Widget Function(BuildContext context, SheetState state) builder
final

A callback that gets invoked whenever the SheetState of the SlidingSheet changes and buildWhen is null or returns true.

Implementation

final Widget Function(BuildContext context, SheetState state) builder;