errorW900 method
Use font weight of 900
The thickness of the glyphs used to draw the text
Equivalent to
TextStyle(fontWeight: FontWeight.900)
Implementation
NikuTextField errorW900() {
_error_fontWeight = FontWeight.w900;
return this;
}
Use font weight of 900
The thickness of the glyphs used to draw the text
Equivalent to
TextStyle(fontWeight: FontWeight.900)
NikuTextField errorW900() {
_error_fontWeight = FontWeight.w900;
return this;
}