PrimaryScrollControllerModifier constructor
const
PrimaryScrollControllerModifier({
- Key? key,
- Widget? child,
- Key? modifierKey,
- ScrollController? controller,
- Set<
TargetPlatform> automaticallyInheritForPlatforms = _kMobilePlatforms, - Axis? scrollDirection = Axis.vertical,
Creates a widget that associates a ScrollController with a subtree.
Implementation
const PrimaryScrollControllerModifier({
super.key,
super.child,
super.modifierKey,
this.controller,
this.automaticallyInheritForPlatforms = _kMobilePlatforms,
this.scrollDirection = Axis.vertical,
});