hintW700 method

NikuTextField hintW700()

Use font weight of 700

The thickness of the glyphs used to draw the text

Equivalent to

TextStyle(FontWeight: FontWeight.700)

Implementation

NikuTextField hintW700() {
  this._hint_fontWeight = FontWeight.w700;

  return this;
}