twitter constant

TextInputType const twitter

Optimized for social media.

Requests a keyboard that includes keys useful for handles and tags.

On iOS, requests a default keyboard with ready access to the "@" and "#" keys.

On Android this is remapped to the emailAddress keyboard type as it always shows the "@" key.

Implementation

static const TextInputType twitter = TextInputType._(12);