fontWeight method

DefineMTextModifier fontWeight(
  1. FontWeight fontWeight
)

Implementation

DefineMTextModifier fontWeight(FontWeight fontWeight) {
  return setFontWeight(fontWeight);
}