withBackground method
- Color value
Replaces CartesianValueSummaryTheme.background with value.
Implementation
CartesianValueSummaryTheme withBackground(Color value) =>
copyWith(background: value);
Replaces CartesianValueSummaryTheme.background with value.
CartesianValueSummaryTheme withBackground(Color value) =>
copyWith(background: value);