Txt constructor

const Txt(
  1. String text, {
  2. TxtStyle? style,
  3. Gestures? gesture,
})

Implementation

const Txt(this.text, {this.style, this.gesture});