AllowedCharsTextInputFormatter constructor

AllowedCharsTextInputFormatter(
  1. RegExp allowedPattern
)

Implementation

AllowedCharsTextInputFormatter(this.allowedPattern);