highlight method
Background color of button when highlighted
Equivalent to
RaisedButton(
highlightColor: input
)
Implementation
NikuRaisedButton highlight(Color color) {
this._highlightColor = color;
return this;
}
Background color of button when highlighted
Equivalent to
RaisedButton(
highlightColor: input
)
NikuRaisedButton highlight(Color color) {
this._highlightColor = color;
return this;
}