decorationCustom method
decoration-<value>
: text-decoration-thickness: <value>;
自定义厚度值,接受任意数值
用法: decorationCustom(3.5) 设置 3.5px 厚度
Implementation
TextBuilder decorationCustom(double value) => decorationThickness(value);
decoration-<value>
: text-decoration-thickness: <value>;
自定义厚度值,接受任意数值
用法: decorationCustom(3.5) 设置 3.5px 厚度
TextBuilder decorationCustom(double value) => decorationThickness(value);