elFontWeight method
对字重应用 ElFontWeight 小部件的字重更新策略
Implementation
FontWeight elFontWeight(BuildContext context) =>
ElFontWeight.maybeOf(context)?.buildFontWeight(this) ?? this;
对字重应用 ElFontWeight 小部件的字重更新策略
FontWeight elFontWeight(BuildContext context) =>
ElFontWeight.maybeOf(context)?.buildFontWeight(this) ?? this;