setText method

void setText(
  1. String x
)

Implementation

void setText(String x) {
  gfFormFieldController.text = x;
  notifyListeners();
}