fontSize method
Set size of text
Equivalent to
TextStyle(fontSize: input)
Implementation
NikuTextField fontSize(double fontSize) {
this._base_fontSize = fontSize;
return this;
}
Set size of text
Equivalent to
TextStyle(fontSize: input)
NikuTextField fontSize(double fontSize) {
this._base_fontSize = fontSize;
return this;
}