MenuFactory

interface MenuFactory(source)

Used to create Menus.

Functions

Link copied to clipboard
abstract operator fun invoke(close: (Menu) -> Unit, block: MenuCreationContext.() -> Unit): Menu

Creates a new Menu.