withInteractionTheme method

ChartTheme withInteractionTheme(
  1. InteractionTheme value
)

Replaces ChartTheme.interactionTheme with value.

Implementation

ChartTheme withInteractionTheme(InteractionTheme value) =>
    copyWith(interactionTheme: value);