prefixW400 method

NikuTextField prefixW400()

Use font weight of 400

The thickness of the glyphs used to draw the text

Equivalent to

TextStyle(FontWeight: FontWeight.400)

Implementation

NikuTextField prefixW400() {
  this._prefix_fontWeight = FontWeight.w400;

  return this;
}