HareTip constructor

HareTip(
  1. String text, {
  2. TextAlign textAlign = TextAlign.start,
  3. TipStyle tipStyle = TipStyle.normal,
})

Implementation

HareTip(this.text, {this.textAlign = TextAlign.start, this.tipStyle = TipStyle.normal}) : super();