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