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