TooltipConfigFluent extension

Generated fluent modifiers for TooltipConfig.

on

Methods

updateStyle(TooltipStyle update(TooltipStyle current)) TooltipConfig

Available on TooltipConfig, provided by the TooltipConfigFluent extension

Rebuilds TooltipConfig.style from its current value.
withEnabled(bool value) TooltipConfig

Available on TooltipConfig, provided by the TooltipConfigFluent extension

Replaces TooltipConfig.enabled with value.
withFollowCursor(bool value) TooltipConfig

Available on TooltipConfig, provided by the TooltipConfigFluent extension

Replaces TooltipConfig.followCursor with value.
withHideDelay(Duration value) TooltipConfig

Available on TooltipConfig, provided by the TooltipConfigFluent extension

Replaces TooltipConfig.hideDelay with value.
withOffsetFromPoint(double value) TooltipConfig

Available on TooltipConfig, provided by the TooltipConfigFluent extension

Replaces TooltipConfig.offsetFromPoint with value.
withPreferredPosition(TooltipPosition value) TooltipConfig

Available on TooltipConfig, provided by the TooltipConfigFluent extension

Replaces TooltipConfig.preferredPosition with value.
withShowDelay(Duration value) TooltipConfig

Available on TooltipConfig, provided by the TooltipConfigFluent extension

Replaces TooltipConfig.showDelay with value.
withStyle(TooltipStyle value) TooltipConfig

Available on TooltipConfig, provided by the TooltipConfigFluent extension

Replaces TooltipConfig.style with value.
withTriggerMode(TooltipTriggerMode value) TooltipConfig

Available on TooltipConfig, provided by the TooltipConfigFluent extension

Replaces TooltipConfig.triggerMode with value.