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