Skip to content

Instantly share code, notes, and snippets.

@trongdth
Created July 17, 2019 06:18
Show Gist options
  • Save trongdth/def3d21487b639742b7a89487f8f98ed to your computer and use it in GitHub Desktop.
Save trongdth/def3d21487b639742b7a89487f8f98ed to your computer and use it in GitHub Desktop.
final _focusNode = new FocusNode();
final TextEditingController txtController = TextEditingController();
...
TextField(
focusNode: _focusNode,
controller: txtController,
),
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment