withClearOnBackgroundTap method

ChartSelectionConfig withClearOnBackgroundTap(
  1. bool value
)

Replaces ChartSelectionConfig.clearOnBackgroundTap with value.

Implementation

ChartSelectionConfig withClearOnBackgroundTap(bool value) =>
    copyWith(clearOnBackgroundTap: value);