TextAreaField constructor

TextAreaField()

Implementation

TextAreaField() : super('TextAreaField') {
  nodeRoot.onInput.listen((event) {
    fireValueChange(value, value);
  });
}