ScrollNotificationListener constructor
const
ScrollNotificationListener({
- required NativeScrollGestureDispatcher scrollGestureDispatcher,
- required Widget child,
- bool isHorizontal = false,
- required RenderViewModel viewModel,
- Key? key,
Implementation
const ScrollNotificationListener({
required this.scrollGestureDispatcher,
required this.child,
this.isHorizontal = false,
required this.viewModel,
Key? key,
}) : super(key: key);