withBackgroundColor method

SeriesCalloutSpec withBackgroundColor(
  1. Color value
)

Replaces SeriesCalloutSpec.backgroundColor with value.

Implementation

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