changeDefaultTextFontWeight static method

void changeDefaultTextFontWeight(
  1. Map<FxTextType, int> defaultFontWeight
)

Implementation

static void changeDefaultTextFontWeight(
    Map<FxTextType, int> defaultFontWeight) {
  FxTextStyle.changeDefaultTextFontWeight(defaultFontWeight);
}