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