We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99eb098 commit c84897cCopy full SHA for c84897c
packages/flutter/lib/src/widgets/primary_scroll_controller.dart
@@ -22,7 +22,7 @@ const Set<TargetPlatform> _kMobilePlatforms = <TargetPlatform>{
22
/// subtree.
23
///
24
/// A ScrollView that doesn't have a controller or the primary flag set will
25
-/// inherit the PrimarySCrollController, if [shouldInherit] allows it. By
+/// inherit the PrimaryScrollController, if [shouldInherit] allows it. By
26
/// default [shouldInherit] is true for mobile platforms when the ScrollView has
27
/// a scroll direction of [Axis.vertical]. This automatic inheritance can be
28
/// configured with [automaticallyInheritForPlatforms] and [scrollDirection].
0 commit comments