datetime constant

TextInputType const datetime

Optimize for date and time information.

On iOS, requests the default keyboard.

On Android, requests a keyboard with ready access to the number keys, ":", and "-".

Implementation

static const TextInputType datetime = TextInputType._(4);