withDataPointSelectionScale method

ChartSelectionConfig withDataPointSelectionScale(
  1. double value
)

Replaces ChartSelectionConfig.dataPointSelectionScale with value.

Implementation

ChartSelectionConfig withDataPointSelectionScale(double value) =>
    copyWith(dataPointSelectionScale: value);