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