reset method

void reset()

reset the text of the field

Implementation

void reset() {
  _controller?.text = _baseFormField.initialValue;
  _baseFormField.resetField();
}