Set size of text
Equivalent to
TextStyle(fontSize: input)
NikuText fontSize(double fontSize) { this._fontSize = fontSize; return this; }