automaticallyInheritForPlatforms property
final
The TargetPlatform
s this controller is configured for ScrollViews to
automatically inherit.
Used in conjunction with scrollDirection. If the Axis provided to shouldInherit is not scrollDirection, this is ignored.
When empty, no ScrollView in any Axis will automatically inherit this controller. Defaults to TargetPlatformVariant.mobile.
Implementation
final Set<TargetPlatform> automaticallyInheritForPlatforms;