HapticCustomScrollView constructor
const
HapticCustomScrollView({
- required List<
Widget> slivers, - HapticPattern? onOverscroll,
- HapticPattern? onSnapToItem,
- Axis scrollDirection = Axis.vertical,
- ScrollController? controller,
- ScrollPhysics? physics,
- Key? key,
Creates a haptic custom scroll view
Implementation
const HapticCustomScrollView({
required this.slivers,
this.onOverscroll,
this.onSnapToItem,
this.scrollDirection = Axis.vertical,
this.controller,
this.physics,
super.key,
});