w200 method
Use font weight of 200
The thickness of the glyphs used to draw the text
Equivalent to
TextStyle(FontWeight: FontWeight.200)
Implementation
NikuTextField w200() {
this._base_fontWeight = FontWeight.w200;
return this;
}
Use font weight of 200
The thickness of the glyphs used to draw the text
Equivalent to
TextStyle(FontWeight: FontWeight.200)
NikuTextField w200() {
this._base_fontWeight = FontWeight.w200;
return this;
}