highlightedBorderColor method
Set Set border color when highlighted
Equivalent to
OutlineButton(
highlightedBorderColor: input
);
Implementation
NikuOutlineButton highlightedBorderColor(Color color) {
this._highlightedBorderColor = color;
return this;
}