suffixW500 method

NikuTextField suffixW500()

Use font weight of 500

The thickness of the glyphs used to draw the text

Equivalent to

TextStyle(FontWeight: FontWeight.500)

Implementation

NikuTextField suffixW500() {
  this._suffix_fontWeight = FontWeight.w500;

  return this;
}