MenuItemCheckbox constructor
const
MenuItemCheckbox({
- required String label,
- ArcaneGlyph? icon,
- required bool checked,
- bool disabled = false,
- String? shortcut,
- void onChanged()?,
- ArcaneInteraction? action,
Implementation
const MenuItemCheckbox({
required this.label,
this.icon,
required this.checked,
this.disabled = false,
this.shortcut,
this.onChanged,
this.action,
});