withShowLabels method

ScatterBinConfig withShowLabels(
  1. bool value
)

Replaces ScatterBinConfig.showLabels with value.

Implementation

ScatterBinConfig withShowLabels(bool value) => copyWith(showLabels: value);