changeDefaultFontWeight static method
Implementation
static void changeDefaultFontWeight(Map<int, FontWeight> defaultFontWeight) {
FxTextStyle._defaultFontWeight = defaultFontWeight;
}
static void changeDefaultFontWeight(Map<int, FontWeight> defaultFontWeight) {
FxTextStyle._defaultFontWeight = defaultFontWeight;
}