BottomSheetChildBuilder typedef
BottomSheetChildBuilder =
Widget Function(BuildContext context, ScrollController? controller)
controller
is only present if using the ScrollableBottomSheetType
Implementation
typedef BottomSheetChildBuilder = Widget Function(BuildContext context, ScrollController? controller);