Unverified Commit c84897c6 authored by Masayuki Ono (mono)'s avatar Masayuki Ono (mono) Committed by GitHub

Fix typo of PrimaryScrollController documentation (#113361)

parent 99eb098e
...@@ -22,7 +22,7 @@ const Set<TargetPlatform> _kMobilePlatforms = <TargetPlatform>{ ...@@ -22,7 +22,7 @@ const Set<TargetPlatform> _kMobilePlatforms = <TargetPlatform>{
/// subtree. /// subtree.
/// ///
/// A ScrollView that doesn't have a controller or the primary flag set will /// A ScrollView that doesn't have a controller or the primary flag set will
/// inherit the PrimarySCrollController, if [shouldInherit] allows it. By /// inherit the PrimaryScrollController, if [shouldInherit] allows it. By
/// default [shouldInherit] is true for mobile platforms when the ScrollView has /// default [shouldInherit] is true for mobile platforms when the ScrollView has
/// a scroll direction of [Axis.vertical]. This automatic inheritance can be /// a scroll direction of [Axis.vertical]. This automatic inheritance can be
/// configured with [automaticallyInheritForPlatforms] and [scrollDirection]. /// configured with [automaticallyInheritForPlatforms] and [scrollDirection].
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment