errorFontSize method
Set size of text
Equivalent to
TextStyle(fontSize: input)
Implementation
NikuTextField errorFontSize(double fontSize) {
this._error_fontSize = fontSize;
return this;
}
Set size of text
Equivalent to
TextStyle(fontSize: input)
NikuTextField errorFontSize(double fontSize) {
this._error_fontSize = fontSize;
return this;
}