-
Notifications
You must be signed in to change notification settings - Fork 28.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Cupertino] Improve comment in navigation bar docs #164067
Conversation
@@ -45,7 +45,7 @@ enum NavigationBarBottomMode { | |||
const double _kNavBarPersistentHeight = kMinInteractiveDimensionCupertino; | |||
|
|||
/// Size increase from expanding the navigation bar into an iOS-11-style large title | |||
/// form in a [CustomScrollView]. | |||
/// in a [CustomScrollView]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It still reads a little off to me, just because the large title is a separate component/widget in itself as compared to the navigation bar. So there's this other confusion where the navigation bar is expanding into a different widget all together? Maybe there is a better word, like 'configuration', 'style', 'format' or something else.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated to 'configuration'!
No description provided.