withController method
Override in concrete configs to return a controller-attached copy.
Implementation
@override
ScatterChartConfig withController(ChartController controller) =>
copyWith(controller: controller);
Override in concrete configs to return a controller-attached copy.
@override
ScatterChartConfig withController(ChartController controller) =>
copyWith(controller: controller);