withEnabled method

CandlestickDensityGrouping withEnabled(
  1. bool value
)

Replaces CandlestickDensityGrouping.enabled with value.

Implementation

CandlestickDensityGrouping withEnabled(bool value) =>
    copyWith(enabled: value);