customBodyBuilder method
Widget
customBodyBuilder(
- BuildContext context,
- SheetState? state,
- double extent,
- int pageIndex,
inherited
Implementation
@override
Widget customBodyBuilder(BuildContext context, SheetState? state, double extent, int pageIndex){
throw 'Disabled in favour of the scroll body builder';
}