EmojiText constructor

EmojiText({
  1. String? targetText,
  2. TextStyle? textStyle,
  3. int? start,
  4. double emojiSize = 20.0,
})

Implementation

EmojiText({this.targetText, this.textStyle, this.start, this.emojiSize = 20.0}) : super() {
  super.appendContent(targetText);
}