TextFieldValidator constructor

TextFieldValidator(
  1. String errorText
)

Implementation

TextFieldValidator(String errorText) : super(errorText);