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