ElSmoothScrollController constructor

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

桌面鼠标平滑滚动控制器

Implementation

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