withFillColor method

ChartSelectionBrushStyle withFillColor(
  1. Color value
)

Replaces ChartSelectionBrushStyle.fillColor with value.

Implementation

ChartSelectionBrushStyle withFillColor(Color value) =>
    copyWith(fillColor: value);