FCheckbox constructor
const
FCheckbox({})
Implementation
const FCheckbox({
Key? key,
this.fColor,
this.animationDuration,
this.width,
this.height,
this.onChanged,
this.isChecked = false,
this.enabled = true,
this.fDisabledColor,
}) : super(key: key);