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