decorationLineThrough method

AzText decorationLineThrough()

Implementation

AzText decorationLineThrough() {
  _decoration = TextDecoration.lineThrough;
  return this;
}