Created
November 4, 2019 03:30
-
-
Save ipondroid/f5ea04fd05e94d61620936a99d1392dd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Text("Plain TextField:$_field1text"), | |
TextField( | |
onChanged: (text) { | |
setState(() { | |
_field1text = text; | |
}); | |
}, | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment