checklist library
Classes
- Checklist
- Checklist widget.
- ChecklistLocalizations
-
Callers can lookup localized strings with an instance of ChecklistLocalizations
returned by
ChecklistLocalizations.of(context)
.
Functions
Typedefs
- ChecklistLine = ({String text, bool toggled})
- A line of the checklist containing a text and whether it is toggled.