Skip to content

Instantly share code, notes, and snippets.

@ipondroid
Created November 4, 2019 03:30
Show Gist options
  • Save ipondroid/f5ea04fd05e94d61620936a99d1392dd to your computer and use it in GitHub Desktop.
Save ipondroid/f5ea04fd05e94d61620936a99d1392dd to your computer and use it in GitHub Desktop.
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