menu
im_common_ui package
documentation
widgets/radio_button.dart
CheckBoxButton
CheckBoxButton const constructor
CheckBoxButton const constructor
dark_mode
light_mode
CheckBoxButton
constructor
const
CheckBoxButton
(
{
Key
?
key
,
required
bool
isChecked
,
dynamic
onChanged
(
bool
isChecked
)?,
})
Implementation
const CheckBoxButton({Key? key, required this.isChecked, this.onChanged}) : super(key: key);
im_common_ui package
documentation
widgets/radio_button
CheckBoxButton
CheckBoxButton const constructor
CheckBoxButton class