focusElevation method
Set elevation when focused
Equivalent to
RaisedButton(
focusElevation: input
);
Implementation
NikuRaisedButton focusElevation(double elevation) {
this._focusElevation = elevation;
return this;
}
Set elevation when focused
Equivalent to
RaisedButton(
focusElevation: input
);
NikuRaisedButton focusElevation(double elevation) {
this._focusElevation = elevation;
return this;
}