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