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