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