ArcaneMenuItem.radio constructor
const
ArcaneMenuItem.radio({})
Implementation
const ArcaneMenuItem.radio({
required this.label,
required String group,
required String value,
required this.checked,
this.icon,
this.onSelect,
this.disabled = false,
}) : href = null,
description = null,
destructive = false,
shortcut = null,
submenu = null,
isSeparator = false,
isCheckbox = false,
radioGroup = group,
radioValue = value;