withRotationMode method

BarLabelStyle withRotationMode(
  1. BarLabelRotationMode value
)

Replaces BarLabelStyle.rotationMode with value.

Implementation

BarLabelStyle withRotationMode(BarLabelRotationMode value) =>
    copyWith(rotationMode: value);