withShowTickLabels method

YAxisConfig withShowTickLabels(
  1. bool value
)

Replaces YAxisConfig.showTickLabels with value.

Implementation

YAxisConfig withShowTickLabels(bool value) => copyWith(showTickLabels: value);