withRotationDegrees method
- double value
Replaces BarLabelStyle.rotationDegrees with value.
Implementation
BarLabelStyle withRotationDegrees(double value) =>
copyWith(rotationDegrees: value);
Replaces BarLabelStyle.rotationDegrees with value.
BarLabelStyle withRotationDegrees(double value) =>
copyWith(rotationDegrees: value);