PinyinMarkWidget constructor
const
PinyinMarkWidget({})
Implementation
const PinyinMarkWidget({
Key? key,
required this.text,
this.pinyin,
this.textStyle,
this.pinyinStyle = const TextStyle(color: Color(0xff333333), fontSize: 10),
this.lineSpacing = 2,
}) : super(key: key);