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