landlinePhone property

MaskTextInputFormatter landlinePhone
final

Mask pattern for telefoneFixo (landline phone) numbers.

Implementation

static final landlinePhone = MaskTextInputFormatter(
  mask: '(##) ####-####',
  filter: {"#": RegExp(r'[0-9]')},
);