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