lightText method
The long text put on the head.
such as "150", "1".
Implementation
DefineMTextModifier lightText(List<String> value) {
return highlightText(value);
}
The long text put on the head.
such as "150", "1".
DefineMTextModifier lightText(List<String> value) {
return highlightText(value);
}