highlightColor method

AzInkWell highlightColor(
  1. Color color
)

Implementation

AzInkWell highlightColor(Color color){
  _highlightColor = color;
  return this;
}