splashColor method

AzInkWell splashColor(
  1. Color color
)

Implementation

AzInkWell splashColor(Color color){
  _splashColor = color;
  return this;
}