textSpan method

dynamic textSpan(
  1. String text
)

Implementation

textSpan(String text) {
  return TextSpan(text: text, style: this);
}