textInputTypeMap top-level property
Implementation
final textInputTypeMap = {
"emailAddress": TextInputType.emailAddress,
"datetime": TextInputType.datetime,
"multiline": TextInputType.multiline,
"name": TextInputType.name,
"number": TextInputType.number,
"phone": TextInputType.phone,
"text": TextInputType.text,
"url": TextInputType.url,
"values": TextInputType.values,
"visiblePassword": TextInputType.visiblePassword,
"streetAddress": TextInputType.streetAddress,
"none": TextInputType.none,
};