GrxRoundedCheckbox constructor
const
GrxRoundedCheckbox({})
Implementation
const GrxRoundedCheckbox({
super.key,
this.value = false,
this.radius = 18,
this.onChanged,
this.isTappable = true,
this.enabled = true,
this.isLoading = false,
});