decorationCustom method

TextBuilder decorationCustom(
  1. double value
)

decoration-&lt;value&gt;: text-decoration-thickness: <value>; 自定义厚度值,接受任意数值 用法: decorationCustom(3.5) 设置 3.5px 厚度

Implementation

TextBuilder decorationCustom(double value) => decorationThickness(value);