Make _LocalizedShortcutLabeler public
Open
c: proposal
p: material_ui
P3
package
team-design
triaged-design
- Dominant language
- Dart
- Stars
- 179k
- Forks
- 31.1k
- PR merge metrics
- PR metrics pending
Description
### Use case
Showing customizable shortcuts in the app could be a lot of code.
Making the built in public could simplify the code.
Additionally this could be useful to make my own menuitembutton with shortcuts.
### Proposal
Change the name of the class from `_LocalizedShortcutLabeler` to `LocalizedShortcutLabeler`.
https://github.com/flutter/flutter/blob/59e57437dba691e045dc417c705a9dc48db8acfb/packages/flutter/lib/src/material/menu_anchor.dart#L2292
Contributor guide
Assessment
This issue has not been assessed yet.