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