withTickLength method
- double value
Replaces AxisStyle.tickLength with value.
Implementation
AxisStyle withTickLength(double value) => copyWith(tickLength: value);
Replaces AxisStyle.tickLength with value.
AxisStyle withTickLength(double value) => copyWith(tickLength: value);