errorHeight method
Fixed height for text
Equivalent to
TextStyle(height: input)
Implementation
NikuTextField errorHeight(double height) {
this._error_height = height;
return this;
}
Fixed height for text
Equivalent to
TextStyle(height: input)
NikuTextField errorHeight(double height) {
this._error_height = height;
return this;
}