maxLength static method

TextInputFormatter maxLength(
  1. int len
)

Implementation

static TextInputFormatter maxLength(int len) => LengthLimitingTextInputFormatter(len);