lightText method

DefineMTextModifier lightText(
  1. List<String> value
)

The long text put on the head. such as "150", "1".

Implementation

DefineMTextModifier lightText(List<String> value) {
  return highlightText(value);
}