XfdnRoundCheckbox constructor
const
XfdnRoundCheckbox({
- Key? key,
- dynamic onChange(
- bool? value
- String? title,
- VisualDensity? visualDensity,
- double? width,
- EdgeInsets edgeInsets = const EdgeInsets.symmetric(vertical: 8),
- String? label,
- bool? check,
Implementation
const XfdnRoundCheckbox({
super.key,
this.onChange,
this.title,
this.visualDensity,
this.width,
this.edgeInsets = const EdgeInsets.symmetric(vertical: 8),
this.label,
this.check,
});