hoverElevation method
Set elevation when highlighted
Equivalent to
RaisedButton(
hoverElevation: input
);
Implementation
NikuRaisedButton hoverElevation(double elevation) {
this._elevation = elevation;
return this;
}
Set elevation when highlighted
Equivalent to
RaisedButton(
hoverElevation: input
);
NikuRaisedButton hoverElevation(double elevation) {
this._elevation = elevation;
return this;
}