withCrosshairColor method

InteractionTheme withCrosshairColor(
  1. Color value
)

Replaces InteractionTheme.crosshairColor with value.

Implementation

InteractionTheme withCrosshairColor(Color value) =>
    copyWith(crosshairColor: value);