datetime constant

TextInputType const datetime = const TextInputType._(4)

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)