helperFontWeight method

NikuTextField helperFontWeight(
  1. FontWeight fontWeight
)

The thickness of the glyphs used to draw the text

Equivalent to

TextStyle(fontSize: input)

Implementation

NikuTextField helperFontWeight(FontWeight fontWeight) {
  this._helper_fontWeight = fontWeight;

  return this;
}