hintW100 method

NikuTextField hintW100()

Use font weight of 100

The thickness of the glyphs used to draw the text

Equivalent to

TextStyle(FontWeight: FontWeight.100)

Implementation

NikuTextField hintW100() {
  this._hint_fontWeight = FontWeight.w100;

  return this;
}