MaxLengthTextInputFormatter constructor

MaxLengthTextInputFormatter(
  1. int? maxLength
)

Implementation

MaxLengthTextInputFormatter(this.maxLength);