withEnabled method

CrosshairConfig withEnabled(
  1. bool value
)

Replaces CrosshairConfig.enabled with value.

Implementation

CrosshairConfig withEnabled(bool value) => copyWith(enabled: value);