TrackingScrollController constructor
- double initialScrollOffset = 0.0,
- bool keepScrollOffset = true,
- String? debugLabel,
- ScrollControllerCallback? onAttach,
- ScrollControllerCallback? onDetach,
Creates a scroll controller that continually updates its
initialScrollOffset
to match the last scroll notification it received.
Implementation
TrackingScrollController({
super.initialScrollOffset,
super.keepScrollOffset,
super.debugLabel,
super.onAttach,
super.onDetach,
});