setItemActive

fun setItemActive(id: Int, active: Boolean)(source)

Updates the active/toggle state of an item by its id.

Since

1.0.0

Parameters

id

The RadialMenuItem.id to update.

active

The new active state.