decorationDashed method
text-decoration-style: dashed;
Implementation
TextBuilder decorationDashed() => decorationStyle(TextDecorationStyle.dashed);
text-decoration-style: dashed;
TextBuilder decorationDashed() => decorationStyle(TextDecorationStyle.dashed);