withOffsetFromPoint method

TooltipConfig withOffsetFromPoint(
  1. double value
)

Replaces TooltipConfig.offsetFromPoint with value.

Implementation

TooltipConfig withOffsetFromPoint(double value) =>
    copyWith(offsetFromPoint: value);