withCrosshairColor method
- Color value
Replaces InteractionTheme.crosshairColor with value.
Implementation
InteractionTheme withCrosshairColor(Color value) =>
copyWith(crosshairColor: value);
Replaces InteractionTheme.crosshairColor with value.
InteractionTheme withCrosshairColor(Color value) =>
copyWith(crosshairColor: value);