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