menu
nego_design package
documentation
nego_design.dart
CheckListTile
CheckListTile.new const constructor
CheckListTile.new const constructor
dark_mode
light_mode
CheckListTile
constructor
const
CheckListTile
(
{
Key
?
key
,
required
String
text
,
bool
isChecked
=
true
,
})
Implementation
const CheckListTile({super.key, required this.text, this.isChecked = true});
nego_design package
documentation
nego_design
CheckListTile
CheckListTile.new const constructor
CheckListTile class