putFontWeight static method
Put a font weight value
Implementation
static void putFontWeight(
BuildContext context,
String key,
FontWeight value,
) {
_getNotifier(context)?.putFontWeight(key, value);
}
Put a font weight value
static void putFontWeight(
BuildContext context,
String key,
FontWeight value,
) {
_getNotifier(context)?.putFontWeight(key, value);
}