GrxCheckboxListTile constructor
const
GrxCheckboxListTile({})
Implementation
const GrxCheckboxListTile({
super.key,
required this.title,
this.value = false,
this.onTap,
this.enabled = true,
this.isLoading = false,
});