Checkbox constructor
const
Checkbox({})
Implementation
const Checkbox({
super.key,
required this.value,
this.onChanged,
this.tristate = false,
this.focusNode,
this.activeColor,
this.checkColor,
});
const Checkbox({
super.key,
required this.value,
this.onChanged,
this.tristate = false,
this.focusNode,
this.activeColor,
this.checkColor,
});