withTickWidth method

AxisStyle withTickWidth(
  1. double value
)

Replaces AxisStyle.tickWidth with value.

Implementation

AxisStyle withTickWidth(double value) => copyWith(tickWidth: value);