CheckboxButton constructor
CheckboxButton({})
Implementation
CheckboxButton({
@required this.color,
this.radioValue = false,
this.enabled = false,
this.onchanged,
this.value = false,
});
CheckboxButton({
@required this.color,
this.radioValue = false,
this.enabled = false,
this.onchanged,
this.value = false,
});