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