phone constant

TextInputType const phone

Optimize for telephone numbers.

Requests a keyboard with ready access to the number keys, "*", and "#".

Implementation

static const TextInputType phone = TextInputType._(3);