setFontWeight method

void setFontWeight(
  1. FontWeight weight
)

Implementation

void setFontWeight(FontWeight weight) {
  updateValue(value.copyWith(
    fontWeight: weight,
  ));
}