GiantToadEditorCheckbox constructor
const
GiantToadEditorCheckbox({
- required bool? value,
- required ValueChanged<
bool?> ? onChanged, - bool tristate = false,
- Key? key,
Implementation
const GiantToadEditorCheckbox({
required this.value,
required this.onChanged,
this.tristate = false,
super.key,
});