withHandleFillColor method

ChartSelectionBrushStyle withHandleFillColor(
  1. Color value
)

Replaces ChartSelectionBrushStyle.handleFillColor with value.

Implementation

ChartSelectionBrushStyle withHandleFillColor(Color value) =>
    copyWith(handleFillColor: value);