customBodyBuilder method

  1. @override
Widget customBodyBuilder(
  1. BuildContext context,
  2. SheetState? state,
  3. double extent,
  4. int pageIndex
)
override

Implementation

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