withOffsetX method
- double value
Replaces DataPointLabelConfig.offsetX with value.
Implementation
DataPointLabelConfig withOffsetX(double value) => copyWith(offsetX: value);
Replaces DataPointLabelConfig.offsetX with value.
DataPointLabelConfig withOffsetX(double value) => copyWith(offsetX: value);