withFollowCursor method

TooltipConfig withFollowCursor(
  1. bool value
)

Replaces TooltipConfig.followCursor with value.

Implementation

TooltipConfig withFollowCursor(bool value) => copyWith(followCursor: value);