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