menu
cascade_view package
documentation
check_list.dart
ListItem
ListItem.new constructor
ListItem.new constructor
dark_mode
light_mode
ListItem
constructor
ListItem
(
String
label
,
dynamic
value
, {
bool
isSelected
=
false
,
})
Implementation
ListItem(this.label, this.value, {this.isSelected = false});
cascade_view package
documentation
check_list
ListItem
ListItem.new constructor
ListItem class