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