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