withPosition method

BarLabelStyle withPosition(
  1. BarLabelPosition value
)

Replaces BarLabelStyle.position with value.

Implementation

BarLabelStyle withPosition(BarLabelPosition value) =>
    copyWith(position: value);