withStyle method

ChartSelectionBrushConfig withStyle(
  1. ChartSelectionBrushStyle value
)

Replaces ChartSelectionBrushConfig.style with value.

Implementation

ChartSelectionBrushConfig withStyle(ChartSelectionBrushStyle value) =>
    copyWith(style: value);