fontWeight method

DefineMTileModifier fontWeight(
  1. FontWeight fontWeight
)

Implementation

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