setText method

void setText(
  1. String t
)

Implementation

void setText(String t) {
  _painter?.text = this.createTextSpan(t);
  this.layout();
}