dateTimeWithSeconds property

TextInputFormatter dateTimeWithSeconds
final

Example: 99.99.9999 99:99:99

Implementation

static final TextInputFormatter dateTimeWithSeconds = GrockInputFormatter(
    mask: '##.##.#### ##:##:##',
    filter: {"#": RegExp(r'[0-9]')},
    type: GrockMaskAutoCompletionType.lazy);