Launch Menu Modal Options
data class LaunchMenuModalOptions(val updateIsMenuModalVisible: (Boolean) -> Unit, val isMenuModalVisible: Boolean)
Defines options for toggling the visibility of the menu modal.
Defines options for toggling the visibility of the menu modal.