splashColor method

VelocityXInkWellBuilder splashColor(
  1. Color color
)

Use to show a splash color when clicking on the widget.

Implementation

VelocityXInkWellBuilder splashColor(Color color) =>
    this.._splashColor = color;