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