- 29 Sep, 2022 25 commits
-
-
Kevin Moore authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Liam Appelbe authored
-
Darren Austin authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Qun Cheng authored
-
engine-flutter-autoroll authored
-
Taha Tesser authored
-
joshualitt authored
-
Danny Tuppeny authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
xubaolin authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Jason Simmons authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
- 28 Sep, 2022 15 commits
-
-
engine-flutter-autoroll authored
-
Jesús S Guerrero authored
-
LongCatIsLooong authored
-
engine-flutter-autoroll authored
-
Greg Spencer authored
This implements a MenuBar widget that can render a Material menu bar, and a MenuAnchor widget used to create a cascading menu in a region. The menus are drawn in the overlay, while the menu bar itself is in the regular widget tree. Keyboard traversal works between the two. This implementation of the MenuBar uses MenuAnchor to create a cascading menu that contains widgets representing the menu items. These menu items can be any kind of widget, but are typically SubmenuButtons that host submenus, or MenuItemButtons that have shortcut hints (but don't actually activate the shortcuts) and don't host submenus. Cascading menus can be created outside of a MenuBar by using a MenuAnchor. They can be either given a specific location to appear (a coordinate), or they can be located by the MenuAnchor region that wraps the control that opens them. The developer may also create a MenuController to pass to the various menu primitives (MenuBar or MenuAnchor) to associate menus so that they can be traversed together and closed together. Creating a controller is not required.
-
engine-flutter-autoroll authored
-
Callum Moffat authored
-
engine-flutter-autoroll authored
-
Jesús S Guerrero authored
-
Flutter GitHub Bot authored
-
Flutter GitHub Bot authored
-
Alexandre Ardhuin authored
-
engine-flutter-autoroll authored
-
Flutter GitHub Bot authored
-
Jenn Magder authored
-