withBorderColor method

ChartSelectionBrushStyle withBorderColor(
  1. Color value
)

Replaces ChartSelectionBrushStyle.borderColor with value.

Implementation

ChartSelectionBrushStyle withBorderColor(Color value) =>
    copyWith(borderColor: value);