emailAddress constant

TextInputType const emailAddress

Optimize for email addresses.

Requests a keyboard with ready access to the "@" and "." keys.

Implementation

static const TextInputType emailAddress = TextInputType._(5);