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