withOffsetFromPoint method
- double value
Replaces TooltipConfig.offsetFromPoint with value.
Implementation
TooltipConfig withOffsetFromPoint(double value) =>
copyWith(offsetFromPoint: value);
Replaces TooltipConfig.offsetFromPoint with value.
TooltipConfig withOffsetFromPoint(double value) =>
copyWith(offsetFromPoint: value);