Skip to content

Instantly share code, notes, and snippets.

@Sam-Freeman
Last active September 10, 2018 20:16
Show Gist options
  • Save Sam-Freeman/edb49dd2fd4178942f664ec9dbd14948 to your computer and use it in GitHub Desktop.
Save Sam-Freeman/edb49dd2fd4178942f664ec9dbd14948 to your computer and use it in GitHub Desktop.
TextFormField(
decoration: InputDecoration(
border: OutlineInputBorder(),
labelText: "Title",
icon: Icon(Icons.title)
),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment