withShowLabels method
- bool value
Replaces ScatterBinConfig.showLabels with value.
Implementation
ScatterBinConfig withShowLabels(bool value) => copyWith(showLabels: value);
Replaces ScatterBinConfig.showLabels with value.
ScatterBinConfig withShowLabels(bool value) => copyWith(showLabels: value);