helperW700 method
Use font weight of 700
The thickness of the glyphs used to draw the text
Equivalent to
TextStyle(FontWeight: FontWeight.700)
Implementation
NikuTextField helperW700() {
_helper_fontWeight = FontWeight.w700;
return this;
}
Use font weight of 700
The thickness of the glyphs used to draw the text
Equivalent to
TextStyle(FontWeight: FontWeight.700)
NikuTextField helperW700() {
_helper_fontWeight = FontWeight.w700;
return this;
}