trIban property

TextInputFormatter trIban
final

Example: tr iban formatter // TR99 9999 9999 9999 9999 9999 99

Implementation

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