labelW300 method

NikuTextField labelW300()

Use font weight of 300

The thickness of the glyphs used to draw the text

Equivalent to

TextStyle(FontWeight: FontWeight.300)

Implementation

NikuTextField labelW300() {
  this._label_fontWeight = FontWeight.w300;

  return this;
}