MenuItem

constructor(text: String?, enabled: Boolean = true, children: List<GameWindow.MenuItem>? = null, action: () -> Unit = {})