SheetController constructor

SheetController({
  1. String? debugLabel,
  2. ScrollControllerCallback? onAttach,
  3. ScrollControllerCallback? onDetach,
})

Implementation

SheetController({
  super.debugLabel,
  super.onAttach,
  super.onDetach,
}) : super(initialScrollOffset: 0);