PrimaryScrollControllerModifier.none constructor
Creates a subtree without an associated ScrollController.
Implementation
const PrimaryScrollControllerModifier.none({
super.key,
super.child,
super.modifierKey,
}) : automaticallyInheritForPlatforms = const <TargetPlatform>{},
scrollDirection = null,
controller = null;