MenuCheckbox constructor
const
MenuCheckbox({})
Implementation
const MenuCheckbox({
super.key,
this.value = false,
this.onChanged,
required this.child,
this.trailing,
this.focusNode,
this.enabled = true,
this.autoClose = true,
});