phone constant

TextInputType const phone = const TextInputType._(3)

Optimize for telephone numbers.

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

Implementation

static const TextInputType phone = TextInputType._(3)