emailAddress constant
Optimize for email addresses.
Requests a keyboard with ready access to the "@" and "." keys.
Implementation
static const TextInputType emailAddress = TextInputType._(5);
Optimize for email addresses.
Requests a keyboard with ready access to the "@" and "." keys.
static const TextInputType emailAddress = TextInputType._(5);