withKeyboardFocusBorderColor method
- Color value
Replaces ChartSelectionBrushStyle.keyboardFocusBorderColor with value.
Implementation
ChartSelectionBrushStyle withKeyboardFocusBorderColor(Color value) =>
copyWith(keyboardFocusBorderColor: value);