withBackground method

CartesianValueSummaryTheme withBackground(
  1. Color value
)

Replaces CartesianValueSummaryTheme.background with value.

Implementation

CartesianValueSummaryTheme withBackground(Color value) =>
    copyWith(background: value);