w300 method
Use font weight of 300
The thickness of the glyphs used to draw the text
Equivalent to
TextStyle(FontWeight: FontWeight.300)
Implementation
NikuText w300() {
this._fontWeight = FontWeight.w300;
return this;
}
Use font weight of 300
The thickness of the glyphs used to draw the text
Equivalent to
TextStyle(FontWeight: FontWeight.300)
NikuText w300() {
this._fontWeight = FontWeight.w300;
return this;
}