NestedScrollController constructor

NestedScrollController({
  1. String? debugLabel,
  2. double initialScrollOffset = 0.0,
  3. bool keepScrollOffset = true,
  4. ScrollControllerCallback? onAttach,
  5. ScrollControllerCallback? onDetach,
})

Implementation

NestedScrollController({
  super.debugLabel,
  super.initialScrollOffset,
  super.keepScrollOffset,
  super.onAttach,
  super.onDetach,
});