withSelection method
- ChartSelectionConfig value
Replaces InteractionConfig.selection with value.
Implementation
InteractionConfig withSelection(ChartSelectionConfig value) =>
copyWith(selection: value);
Replaces InteractionConfig.selection with value.
InteractionConfig withSelection(ChartSelectionConfig value) =>
copyWith(selection: value);