write method

void write(
  1. String text
)

Implementation

void write(String text) {
  spans.add(TextSpan(text: text, style: styleNormal));
}