Created
February 12, 2020 21:15
-
-
Save mukireus/a78d55349f90f24716d30d0f9bbb0f87 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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