url constant

TextInputType const url = const TextInputType._(6)

Optimize for URLs.

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

Implementation

static const TextInputType url = TextInputType._(6)