TextRichBean constructor

TextRichBean({
  1. String? text,
  2. Color? textColor,
  3. double? textSize,
  4. String? link,
})

Implementation

TextRichBean({this.text, this.textColor, this.textSize, this.link});