text method

void text(
  1. String value
)

Replaces the widget's visible text/label when supported.

Implementation

void text(String value) {
  _text = value;
}