hintW200 method

NikuTextField hintW200()

Use font weight of 200

The thickness of the glyphs used to draw the text

Equivalent to

TextStyle(FontWeight: FontWeight.200)

Implementation

NikuTextField hintW200() {
  this._hint_fontWeight = FontWeight.w200;

  return this;
}