withColor method

ChartSelectionBrushGridStyle withColor(
  1. Color value
)

Replaces ChartSelectionBrushGridStyle.color with value.

Implementation

ChartSelectionBrushGridStyle withColor(Color value) => copyWith(color: value);