There is a property keyboardType to open Numeric Keyboard, here is the syntax :
TextField( decoration: InputDecoration( labelText: "Enter your number"), keyboardType: TextInputType.number, ),
Let's Flutter
There is a property keyboardType to open Numeric Keyboard, here is the syntax :
TextField( decoration: InputDecoration( labelText: "Enter your number"), keyboardType: TextInputType.number, ),