color method
Set color of text
Equivalent to
TextStyle(color: input)
Implementation
NikuSelectableText color(Color color) {
_color = color;
return this;
}
Set color of text
Equivalent to
TextStyle(color: input)
NikuSelectableText color(Color color) {
_color = color;
return this;
}