textColor method
Set text color of button, won't override existing color
Equivalent to
OutlineButton(
splashColor: input
)
Implementation
NikuOutlineButton textColor(Color color) {
this._textColor = color;
return this;
}
Set text color of button, won't override existing color
Equivalent to
OutlineButton(
splashColor: input
)
NikuOutlineButton textColor(Color color) {
this._textColor = color;
return this;
}