Line constructor

const Line(
  1. List<Span> spans, {
  2. Style style = Style.empty,
})

Implementation

const Line(this.spans, {this.style = Style.empty});