webSearch constant

TextInputType const webSearch

Optimized for web searches.

Requests a keyboard that includes keys useful for web searches as well as URLs.

On iOS, requests a default keyboard with ready access to the "." key. In contrast to url, a space bar is available.

On Android this is remapped to the url keyboard type as it always shows a space bar.

Implementation

static const TextInputType webSearch = TextInputType._(11);