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