-
Notifications
You must be signed in to change notification settings - Fork 29.2k
Fix NavigationDestination
API doc
#103031
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
Conversation
/// ======= | ||
/// A Material 3 [NavigationBar] destination. | ||
/// | ||
/// Displays a label below an icon. Use with [NavigationBar.destinations]. |
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.
You could preserve the original diagram by enclosing it in triple backquotes. Or you could generate a labeled diagram like the one that appears in the AppBar class API doc, using https://flutter.github.io/assets-for-api-docs/
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.
I don't think it's all that useful, given NavigationBar
has a runnable code sample. I can add it to a new See also
section
Thanks! |
Fixes #103032
Pre-launch Checklist
///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.