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