withBackgroundColor method

CartesianValueSummaryStyle withBackgroundColor(
  1. Color value
)

Overrides CartesianValueSummaryStyle.backgroundColor with value.

Implementation

CartesianValueSummaryStyle withBackgroundColor(Color value) =>
    copyWith(backgroundColor: ChartStyleValue.value(value));