Skip to content

Instantly share code, notes, and snippets.

@hydroweaver
Last active May 24, 2020 06:40
Show Gist options
  • Save hydroweaver/54913e13e9ad1734e2235ae11621e3c6 to your computer and use it in GitHub Desktop.
Save hydroweaver/54913e13e9ad1734e2235ae11621e3c6 to your computer and use it in GitHub Desktop.
Text Widget Code lying inside the CheckBoxListTile
CheckboxListTile(
value: false,
onChanged: null,
key: Key(value),
title:
Text(
value,
key: Key(value),
style: TextStyle(
fontSize: 22.0
),
)
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment