decorationNone method

AzText decorationNone()

Implementation

AzText decorationNone() {
  _decoration = TextDecoration.none;
  return this;
}