withClearOnBackgroundTap method
- bool value
Replaces ChartSelectionConfig.clearOnBackgroundTap with value.
Implementation
ChartSelectionConfig withClearOnBackgroundTap(bool value) =>
copyWith(clearOnBackgroundTap: value);
Replaces ChartSelectionConfig.clearOnBackgroundTap with value.
ChartSelectionConfig withClearOnBackgroundTap(bool value) =>
copyWith(clearOnBackgroundTap: value);