buildMenu
A factory method that returns an instance that implements the MenuController interface, using the provided menu options.
buildMenu?: (options: MenuOptions) => MenuController
Related
- interface UITheme.ModalControllerFactory staticAn interface that defines methods for creating modal views.