FluentTextSpan constructor

const FluentTextSpan(
  1. String text
)

Wraps the plain text run.

Implementation

const FluentTextSpan(this.text);