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