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