menu
inline fun Skin.menu(name: String = defaultStyle, extend: String? = null, init: Menu.MenuStyle.() -> Unit = {}): Menu.MenuStyle
Return
a new instance of MenuStyle added to the Skin with the selected name.
Parameters
name
name of the style as it will appear in the Skin instance.
extend
optional name of an existing style of the same type. Its values will be copied and used as base for this style.
init
will be applied to the style instance. Inlined.