withCompleteSeriesSelectionStrokeScale method
- double value
Replaces ChartSelectionConfig.completeSeriesSelectionStrokeScale with value.
Implementation
ChartSelectionConfig withCompleteSeriesSelectionStrokeScale(double value) =>
copyWith(completeSeriesSelectionStrokeScale: value);