fontWeight method
The thickness of the glyphs used to draw the text
Equivalent to
TextStyle(fontSize: input)
Implementation
NikuText fontWeight(FontWeight fontWeight) {
this._fontWeight = fontWeight;
return this;
}
The thickness of the glyphs used to draw the text
Equivalent to
TextStyle(fontSize: input)
NikuText fontWeight(FontWeight fontWeight) {
this._fontWeight = fontWeight;
return this;
}