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