withTickLabelRotationDegrees method

XAxisConfig withTickLabelRotationDegrees(
  1. double value
)

Replaces XAxisConfig.tickLabelRotationDegrees with value.

Implementation

XAxisConfig withTickLabelRotationDegrees(double value) =>
    copyWith(tickLabelRotationDegrees: value);