Created
March 23, 2019 16:27
-
-
Save BurningDroid/41ecc4a9f22a09128017fad8f0f7835e to your computer and use it in GitHub Desktop.
Flutter - Number only TextField with initial value
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
TextFormField( | |
keyboardType: TextInputType.number, | |
initialValue: "1", | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment