withLabelRotationDegrees method
- double value
Replaces CategoryAxisConfig.labelRotationDegrees with value.
Implementation
CategoryAxisConfig withLabelRotationDegrees(double value) =>
copyWith(labelRotationDegrees: value);
Replaces CategoryAxisConfig.labelRotationDegrees with value.
CategoryAxisConfig withLabelRotationDegrees(double value) =>
copyWith(labelRotationDegrees: value);