menu
grex_ds package
documentation
widgets/checkbox/grx_checkbox.widget.dart
GrxCheckbox
GrxCheckbox.new const constructor
GrxCheckbox.new const constructor
dark_mode
light_mode
GrxCheckbox
constructor
const
GrxCheckbox
(
{
Key
?
key
,
bool
value
=
false
,
bool
enabled
=
true
,
bool
isLoading
=
false
,
})
Implementation
const GrxCheckbox({ super.key, this.value = false, this.enabled = true, this.isLoading = false, });
grex_ds package
documentation
widgets/checkbox/grx_checkbox.widget
GrxCheckbox
GrxCheckbox.new const constructor
GrxCheckbox class