AtText constructor

AtText({
  1. String? targetText,
  2. TextStyle? textStyle,
  3. SpecialTextGestureTapCallback? tapCallback,
  4. int? start,
  5. bool showAtBackground = true,
  6. Map<String, dynamic>? extrasMap,
})

Implementation

AtText({this.targetText, this.textStyle, this.tapCallback, this.start, this.showAtBackground = true, this.extrasMap})
    : super() {
  super.appendContent(targetText);
}