ExtendedScrollable constructor
const
ExtendedScrollable({
- Key? key,
- AxisDirection axisDirection = AxisDirection.down,
- ScrollController? controller,
- ScrollPhysics? physics,
- required ViewportBuilder viewportBuilder,
- ScrollIncrementCalculator? incrementCalculator,
- bool excludeFromSemantics = false,
- int? semanticChildCount,
- DragStartBehavior dragStartBehavior = DragStartBehavior.start,
- String? restorationId,
- ScrollBehavior? scrollBehavior,
- bool shouldIgnorePointerWhenScrolling = true,
Implementation
const ExtendedScrollable({
super.key,
super.axisDirection,
super.controller,
super.physics,
required super.viewportBuilder,
super.incrementCalculator,
super.excludeFromSemantics,
super.semanticChildCount,
super.dragStartBehavior,
super.restorationId,
super.scrollBehavior,
this.shouldIgnorePointerWhenScrolling = true,
});