splash method
Splash/Ripple color of button
Equivalent to
RaisedButton(
splashColor: input
)
Implementation
NikuRaisedButton splash(Color color) {
this._splashColor = color;
return this;
}
Splash/Ripple color of button
Equivalent to
RaisedButton(
splashColor: input
)
NikuRaisedButton splash(Color color) {
this._splashColor = color;
return this;
}