Skip to content

Instantly share code, notes, and snippets.

@Norbert515
Created February 15, 2018 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Norbert515/222e89e285fc69ad3d9e78f8e9b3341e to your computer and use it in GitHub Desktop.
Save Norbert515/222e89e285fc69ad3d9e78f8e9b3341e to your computer and use it in GitHub Desktop.
TextField
new TextField(
decoration: new InputDecoration(
hintText: 'Choose a book',
),
onChanged: (string) => (subject.add(string)),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment