ColorText constructor

ColorText({
  1. Map<String, dynamic>? extrasMap,
  2. int? start,
  3. TextStyle? textStyle,
  4. SpecialTextGestureTapCallback? tapCallback,
  5. String? targetText,
})

Implementation

ColorText({this.extrasMap, this.start, this.textStyle, this.tapCallback, this.targetText}) : super() {
  super.appendContent(targetText);
}