NestedScrollConnection constructor
const
NestedScrollConnection({
- Key? key,
- NestedScrollListener? onPreScroll,
- NestedScrollListener? onPostScroll,
- NestedScrollListener? onFling,
- NestedScrollListener? onBouncing,
- NestedScrollPredicate? predicate,
- NestedScrollConnectionPropagation propagation = NestedScrollConnectionPropagation.directional,
- required Widget child,
Implementation
const NestedScrollConnection({
super.key,
this.onPreScroll,
this.onPostScroll,
this.onFling,
this.onBouncing,
this.predicate,
this.propagation = NestedScrollConnectionPropagation.directional,
required this.child,
});