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