NestedScrollController constructor
NestedScrollController({
- String? debugLabel,
- double initialScrollOffset = 0.0,
- bool keepScrollOffset = true,
- ScrollControllerCallback? onAttach,
- ScrollControllerCallback? onDetach,
Implementation
NestedScrollController({
super.debugLabel,
super.initialScrollOffset,
super.keepScrollOffset,
super.onAttach,
super.onDetach,
});