menu
digit_components package
documentation
widgets/atoms/checkbox_icon.dart
CheckboxIcon
CheckboxIcon const constructor
CheckboxIcon const constructor
dark_mode
light_mode
CheckboxIcon
constructor
const
CheckboxIcon
(
{
Key
?
key
,
bool
value
=
false
,
})
Implementation
const CheckboxIcon({ super.key, this.value = false, });
digit_components package
documentation
widgets/atoms/checkbox_icon
CheckboxIcon
CheckboxIcon const constructor
CheckboxIcon class