withBackgroundColor method

ChartTheme withBackgroundColor(
  1. Color value
)

Replaces ChartTheme.backgroundColor with value.

Implementation

ChartTheme withBackgroundColor(Color value) =>
    copyWith(backgroundColor: value);