StyledString constructor

StyledString(
  1. String text, {
  2. bool wrap = false,
  3. String tail = '',
})

Implementation

StyledString(this.text, {this.wrap = false, this.tail = ''});