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