hintW800 method

NikuTextField hintW800()

Use font weight of 800

The thickness of the glyphs used to draw the text

Equivalent to

TextStyle(FontWeight: FontWeight.800)

Implementation

NikuTextField hintW800() {
  this._hint_fontWeight = FontWeight.w800;

  return this;
}