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