HapticScrollView constructor
const
HapticScrollView({
- required List<
Widget> children, - HapticPattern? onOverscroll,
- HapticPattern? onSnapToItem,
- HapticPattern? onScroll,
- Axis scrollDirection = Axis.vertical,
- bool reverse = false,
- ScrollController? controller,
- ScrollPhysics? physics,
- EdgeInsets padding = EdgeInsets.zero,
- Key? key,
Creates a haptic scroll view
Implementation
const HapticScrollView({
required this.children,
this.onOverscroll,
this.onSnapToItem,
this.onScroll,
this.scrollDirection = Axis.vertical,
this.reverse = false,
this.controller,
this.physics,
this.padding = EdgeInsets.zero,
super.key,
});