withRotationMode method
- BarLabelRotationMode value
Replaces BarLabelStyle.rotationMode with value.
Implementation
BarLabelStyle withRotationMode(BarLabelRotationMode value) =>
copyWith(rotationMode: value);
Replaces BarLabelStyle.rotationMode with value.
BarLabelStyle withRotationMode(BarLabelRotationMode value) =>
copyWith(rotationMode: value);