w200 method

NikuButton w200()

Use font weight of 200

The thickness of the glyphs used to draw the text

Equivalent to

TextStyle(FontWeight: FontWeight.200)

Implementation

NikuButton w200() {
  _text_fontWeight = FontWeight.w200;

  return this;
}