menu
rixa package
documentation
widgets/checkbox_list.dart
CheckBoxItem
CheckBoxItem constructor
CheckBoxItem constructor
dark_mode
light_mode
CheckBoxItem
constructor
CheckBoxItem
(
{
required
Widget
child
,
bool
isSelected
=
false
,
dynamic
item
,
})
Implementation
CheckBoxItem({required this.child, this.isSelected = false, this.item});
rixa package
documentation
widgets/checkbox_list
CheckBoxItem
CheckBoxItem constructor
CheckBoxItem class