StyledSpan constructor

const StyledSpan(
  1. String text,
  2. AnsiStyle style
)

Implementation

const StyledSpan(this.text, this.style);