menu
shared_component package
documentation
widgets/app_widgets.dart
AppCheckBox
AppCheckBox.new const constructor
AppCheckBox.new const constructor
dark_mode
light_mode
AppCheckBox
constructor
const
AppCheckBox
(
{
Key
?
key
,
required
void
onChanged
(
bool
?
),
required
bool
selectedValue
,
})
Implementation
const AppCheckBox({ super.key, required this.onChanged, required this.selectedValue, });
shared_component package
documentation
widgets/app_widgets
AppCheckBox
AppCheckBox.new const constructor
AppCheckBox class