updateFontWeight static method
void
updateFontWeight(
- BuildContext context,
- FlyFontWeightToken updater(
- FlyFontWeightToken current
Update font weight token
Implementation
static void updateFontWeight(
BuildContext context,
FlyFontWeightToken Function(FlyFontWeightToken current) updater,
) {
_getNotifier(context)?.updateFontWeight(updater);
}