timeWithSeconds property

TextInputFormatter timeWithSeconds
final

Example: 99:99:99

Implementation

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