RichLabel constructor
const
RichLabel({})
Implementation
const RichLabel({
super.key,
required this.text,
this.baseStyle,
this.textAlign = TextAlign.left,
this.matchedStrings,
this.maxLines,
this.overflow,
this.borderWidth = 0,
this.borderColor,
});