GiantToadCheckbox constructor
const
GiantToadCheckbox({
- required bool value,
- required ValueChanged<
bool> ? onChanged, - required String label,
- Key? key,
Implementation
const GiantToadCheckbox({
required this.value,
required this.onChanged,
required this.label,
super.key,
});