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