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