Флэттер -текстовый номер
TextFormField(
decoration: const InputDecoration(
labelText: 'Contact No',
),
keyboardType: TextInputType.number,
),
Sore Serval
TextFormField(
decoration: const InputDecoration(
labelText: 'Contact No',
),
keyboardType: TextInputType.number,
),