decorationFromFont method
decoration-from-font: text-decoration-thickness: from-font; ⚠️ 限制:Flutter 不支持 from-font 值,使用默认 1.0px
Implementation
TextBuilder decorationFromFont() => decorationThickness(1.0);
decoration-from-font: text-decoration-thickness: from-font; ⚠️ 限制:Flutter 不支持 from-font 值,使用默认 1.0px
TextBuilder decorationFromFont() => decorationThickness(1.0);