Skip to content

Instantly share code, notes, and snippets.

@mukireus
Created February 12, 2020 21:15
Show Gist options
  • Save mukireus/a78d55349f90f24716d30d0f9bbb0f87 to your computer and use it in GitHub Desktop.
Save mukireus/a78d55349f90f24716d30d0f9bbb0f87 to your computer and use it in GitHub Desktop.
static Widget textField(String labelText) => TextField(
decoration : InputDecoration(labelText: labelText),
);
children: <Widget>[
textField("Kullanıcı Adı"),
textField("Şifre"),
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment