withTheme method

  1. @override
LineChartConfig withTheme(
  1. ChartTheme theme
)
override

Override in concrete configs to return a themed copy.

Implementation

@override
LineChartConfig withTheme(ChartTheme theme) => copyWith(theme: theme);