Sequence constructor

const Sequence(
  1. String sequence, {
  2. TextStyle? style,
})

Creates a new instance of Sequence.

Implementation

const Sequence(this.sequence, {this.style});