withTheme method

BaseChartConfig withTheme(
  1. ChartTheme theme
)

Override in concrete configs to return a themed copy.

Implementation

BaseChartConfig withTheme(ChartTheme theme) => this;