Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hydroweaver/968e9806e595d2bbe21a4d053bfe74a7 to your computer and use it in GitHub Desktop.
Save hydroweaver/968e9806e595d2bbe21a4d053bfe74a7 to your computer and use it in GitHub Desktop.
CheckboxListTile(
value: true,
onChanged: null,
key: Key(item),
title: _strikeThrough(todoText: item, todoToggle: false),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment