Span constructor

const Span(
  1. [String content = '',
  2. Style style = Style.reset]
)

Creates a new span with the given content and optional style.

Implementation

const Span([this.content = '', this.style = Style.reset]);