url constant

TextInputType const url

Optimize for URLs.

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

Implementation

static const TextInputType url = TextInputType._(6);