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