withInteractionTheme method
- InteractionTheme value
Replaces ChartTheme.interactionTheme with value.
Implementation
ChartTheme withInteractionTheme(InteractionTheme value) =>
copyWith(interactionTheme: value);
Replaces ChartTheme.interactionTheme with value.
ChartTheme withInteractionTheme(InteractionTheme value) =>
copyWith(interactionTheme: value);