setTextOverflow method

RichTextGenerator setTextOverflow(
  1. TextOverflow overflow
)

设置文案溢出的样式

Implementation

RichTextGenerator setTextOverflow(TextOverflow overflow) {
  _overflow = overflow;
  return this;
}