overflow method

VxTextBuilder overflow(
  1. TextOverflow overflow
)

Can be used to set overflow of a text. How visual overflow should be handled.

Implementation

VxTextBuilder overflow(TextOverflow overflow) {
  _overflow = overflow;
  return this;
}