withPosition method
- BarLabelPosition value
Replaces BarLabelStyle.position with value.
Implementation
BarLabelStyle withPosition(BarLabelPosition value) =>
copyWith(position: value);
Replaces BarLabelStyle.position with value.
BarLabelStyle withPosition(BarLabelPosition value) =>
copyWith(position: value);