withEnabled method
- bool value
Replaces CandlestickDensityGrouping.enabled with value.
Implementation
CandlestickDensityGrouping withEnabled(bool value) =>
copyWith(enabled: value);
Replaces CandlestickDensityGrouping.enabled with value.
CandlestickDensityGrouping withEnabled(bool value) =>
copyWith(enabled: value);