withScope method
- ChartSelectionScope value
Replaces ChartSelectionConfig.scope with value.
Implementation
ChartSelectionConfig withScope(ChartSelectionScope value) =>
copyWith(scope: value);
Replaces ChartSelectionConfig.scope with value.
ChartSelectionConfig withScope(ChartSelectionScope value) =>
copyWith(scope: value);