withTickLength method

AxisStyle withTickLength(
  1. double value
)

Replaces AxisStyle.tickLength with value.

Implementation

AxisStyle withTickLength(double value) => copyWith(tickLength: value);