withRotationDegrees method

BarLabelStyle withRotationDegrees(
  1. double value
)

Replaces BarLabelStyle.rotationDegrees with value.

Implementation

BarLabelStyle withRotationDegrees(double value) =>
    copyWith(rotationDegrees: value);