SheetPrimaryScrollController constructor
SheetPrimaryScrollController({
- double initialScrollOffset = 0.0,
- String? debugLabel,
- ScrollControllerCallback? onAttach,
- ScrollControllerCallback? onDetach,
- required SheetContext sheetContext,
Implementation
SheetPrimaryScrollController({
super.initialScrollOffset,
super.debugLabel,
super.onAttach,
super.onDetach,
required this.sheetContext,
});