Skip to content

Implement menus and context menus #27

@bdlukaa

Description

@bdlukaa

Menus and context menus display a list of commands or options when the user requests them. Use a menu flyout to show a single, inline menu. Use a menu bar to show a set of menus in a horizontal row, typically at the top of an app window. Each menu can have menu items and sub-menus.

Anatomy:

  • MenuBar
    - MenuBarItem (Essentially a button)
    - MenuFlyoutItem (Essentially a tappable list tile)

The animation is a SizeTransition combined with ease curve and faster duration.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions