withKeyboardFocusBorderColor method

ChartSelectionBrushStyle withKeyboardFocusBorderColor(
  1. Color value
)

Replaces ChartSelectionBrushStyle.keyboardFocusBorderColor with value.

Implementation

ChartSelectionBrushStyle withKeyboardFocusBorderColor(Color value) =>
    copyWith(keyboardFocusBorderColor: value);