withTickLabelRotationDegrees method
- double value
Replaces XAxisConfig.tickLabelRotationDegrees with value.
Implementation
XAxisConfig withTickLabelRotationDegrees(double value) =>
copyWith(tickLabelRotationDegrees: value);
Replaces XAxisConfig.tickLabelRotationDegrees with value.
XAxisConfig withTickLabelRotationDegrees(double value) =>
copyWith(tickLabelRotationDegrees: value);