JuiCheckBox constructor
const
JuiCheckBox({
- Key? key,
- required ValueNotifier<
bool> flag, - required JuiCheckBoxType type,
- bool isDisabled = false,
- ValueChanged<
bool> ? onChanged,
Implementation
const JuiCheckBox({
Key? key,
required this.flag,
required this.type,
this.isDisabled = false,
this.onChanged,
}) : super(key: key);