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