overflowVisible method

AzText overflowVisible()

Implementation

AzText overflowVisible() {
  _overflow = TextOverflow.visible;
  return this;
}