Skip to content

Instantly share code, notes, and snippets.

@mhmzdev
Created April 4, 2020 05:42
Show Gist options
  • Save mhmzdev/51b9fa5fccbb38fd393a8c84d8530c4d to your computer and use it in GitHub Desktop.
Save mhmzdev/51b9fa5fccbb38fd393a8c84d8530c4d to your computer and use it in GitHub Desktop.
text field
TextField(
controller: _myController,
decoration: InputDecoration(
hintText: 'Write Something...'
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment