Skip to content

Instantly share code, notes, and snippets.

@hydroweaver
Last active May 26, 2020 09:13
Show Gist options
  • Save hydroweaver/44db70068b139d2e8d2b5e294bd27f7c to your computer and use it in GitHub Desktop.
Save hydroweaver/44db70068b139d2e8d2b5e294bd27f7c to your computer and use it in GitHub Desktop.
CheckboxListTile(
value: false,
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