MaskFunction typedef

MaskFunction = String? Function({required TextEditingValue newValue, required TextEditingValue oldValue})

Implementation

typedef MaskFunction = String? Function({
  required TextEditingValue oldValue,
  required TextEditingValue newValue,
});