class ModalMenuStyles
A class that defines the styles for the default modal menu view.
class ModalMenuStyles
Notes
- A default instance of this class is created, and can be modified in the WebContextOptions configuration callback passed to useWebContext.
- These styles are used by the default menu view referenced by the UITheme implementation — and therefore also by app.showModalMenuAsync().
Instance Members
- containerVariantThe cell variant used for the outer menu container.
- defaultWidthThe default width that’s used if none is specified in menu options.
- itemCellVariantThe cell variant used for each menu item.
- labelStyleThe label style used for each menu item label.
- hintStyleThe label style used for each menu item hint.
Related
- class WebContextOptionsA class that contains options for the web context.
- interface UITheme.ModalControllerFactory staticAn interface that defines methods for creating modal views.