LengthLimitingTextInputFormatter constructor Null safety

const LengthLimitingTextInputFormatter(
  1. int? maxLength,
  2. {MaxLengthEnforcement? maxLengthEnforcement}
)

Implementation

const factory LengthLimitingTextInputFormatter(final int? maxLength,
        {final MaxLengthEnforcement? maxLengthEnforcement}) =
    _$LengthLimitingTextInputFormatter;