HareText constructor

HareText(
  1. String text, {
  2. TextAlign? textAlign,
  3. TextStyle? style,
})

Implementation

HareText(this.text, {this.textAlign, this.style}) : super();