hintW600 method

NikuTextField hintW600()

Use font weight of 600

The thickness of the glyphs used to draw the text

Equivalent to

TextStyle(FontWeight: FontWeight.600)

Implementation

NikuTextField hintW600() {
  this._hint_fontWeight = FontWeight.w600;

  return this;
}