Fixed height for text
Equivalent to
TextStyle(height: input)
NikuText height(double height) { this._height = height; return this; }