withMinorTickLength method

YAxisConfig withMinorTickLength(
  1. double value
)

Replaces YAxisConfig.minorTickLength with value.

Implementation

YAxisConfig withMinorTickLength(double value) =>
    copyWith(minorTickLength: value);