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