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