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