withEnabled method
- bool value
Replaces CrosshairConfig.enabled with value.
Implementation
CrosshairConfig withEnabled(bool value) => copyWith(enabled: value);
Replaces CrosshairConfig.enabled with value.
CrosshairConfig withEnabled(bool value) => copyWith(enabled: value);