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