withFollowCursor method
- bool value
Replaces TooltipConfig.followCursor with value.
Implementation
TooltipConfig withFollowCursor(bool value) => copyWith(followCursor: value);
Replaces TooltipConfig.followCursor with value.
TooltipConfig withFollowCursor(bool value) => copyWith(followCursor: value);