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