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