menu
cascade_view package
documentation
check_list.dart
CheckList
CheckList.new const constructor
CheckList.new const constructor
dark_mode
light_mode
CheckList
constructor
const
CheckList
(
{
Key
?
key
,
required
List
<
ListItem
>
items
,
dynamic
onSelect
(
dynamic
value
,
ListItem
?
extend
)?,
Color
?
selectedColor
,
})
Implementation
const CheckList({ super.key, required this.items, this.onSelect, this.selectedColor, });
cascade_view package
documentation
check_list
CheckList
CheckList.new const constructor
CheckList class