ArcaneCheckbox constructor
const
ArcaneCheckbox({
- Key? key,
- required ArcaneCheckboxState state,
- required ValueChanged<
ArcaneCheckboxState> ? onChanged, - Widget? leading,
- Widget? trailing,
- bool tristate = false,
Implementation
const ArcaneCheckbox({
super.key,
required this.state,
required this.onChanged,
this.leading,
this.trailing,
this.tristate = false,
});