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