checklist library

Classes

Checklist
Checklist widget.
ChecklistLocalizations
Callers can lookup localized strings with an instance of ChecklistLocalizations returned by ChecklistLocalizations.of(context).

Typedefs

ChecklistLine = ({String text, bool toggled})
A line of the checklist containing a text and whether it is toggled.