overflowClip method

AzText overflowClip()

Implementation

AzText overflowClip() {
  _overflow = TextOverflow.clip;
  return this;
}