TextSegment constructor

const TextSegment(
  1. String text, {
  2. TextStyle? style,
})

Implementation

const TextSegment(this.text, {this.style});