ChecklistLine typedef

ChecklistLine = ({String text, bool toggled})

A line of the checklist containing a text and whether it is toggled.

Implementation

typedef ChecklistLine = ({String text, bool toggled});