ReferenceMarkText constructor
ReferenceMarkText({})
Implementation
ReferenceMarkText({
required this.text,
this.textStyle = const TextStyle(color: Color(0xff333333), fontSize: 14),
this.markTextColor = const Color(0xe6333333),
this.markTextSize = 12,
this.lineSpacing = 2,
this.referenceWordCall,
this.index,
required this.markText,
});