withTickColor method

AxisStyle withTickColor(
  1. Color value
)

Replaces AxisStyle.tickColor with value.

Implementation

AxisStyle withTickColor(Color value) => copyWith(tickColor: value);