Span constructor

const Span(
  1. String content, {
  2. Style style = Style.empty,
})

Implementation

const Span(this.content, {this.style = Style.empty});