setText method

void setText(
  1. String? value
)

Implementation

void setText(String? value) {
  onNotifyWithCallback(() => text = value);
}