overflowEllipsis method

AzText overflowEllipsis()

Implementation

AzText overflowEllipsis() {
  _overflow = TextOverflow.ellipsis;
  return this;
}