Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

How to Create Number Inputfield in Flutter?

TextFormField(
   decoration: const InputDecoration(
     labelText: 'Contact No',
   ),
   keyboardType: TextInputType.number,
),
Source by flutter.dev #
 
PREVIOUS NEXT
Tagged: #How #Create #Number #Inputfield
ADD COMMENT
Topic
Name
6+1 =