elFontWeight method

FontWeight elFontWeight(
  1. BuildContext context
)

对字重应用 ElFontWeight 小部件的字重更新策略

Implementation

FontWeight elFontWeight(BuildContext context) =>
    ElFontWeight.maybeOf(context)?.buildFontWeight(this) ?? this;