TooltipConfigFluent extension
Generated fluent modifiers for TooltipConfig.
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 withvalue. -
withFollowCursor(
bool value) → TooltipConfig -
Available on TooltipConfig, provided by the TooltipConfigFluent extension
Replaces TooltipConfig.followCursor withvalue. -
withHideDelay(
Duration value) → TooltipConfig -
Available on TooltipConfig, provided by the TooltipConfigFluent extension
Replaces TooltipConfig.hideDelay withvalue. -
withOffsetFromPoint(
double value) → TooltipConfig -
Available on TooltipConfig, provided by the TooltipConfigFluent extension
Replaces TooltipConfig.offsetFromPoint withvalue. -
withPreferredPosition(
TooltipPosition value) → TooltipConfig -
Available on TooltipConfig, provided by the TooltipConfigFluent extension
Replaces TooltipConfig.preferredPosition withvalue. -
withShowDelay(
Duration value) → TooltipConfig -
Available on TooltipConfig, provided by the TooltipConfigFluent extension
Replaces TooltipConfig.showDelay withvalue. -
withStyle(
TooltipStyle value) → TooltipConfig -
Available on TooltipConfig, provided by the TooltipConfigFluent extension
Replaces TooltipConfig.style withvalue. -
withTriggerMode(
TooltipTriggerMode value) → TooltipConfig -
Available on TooltipConfig, provided by the TooltipConfigFluent extension
Replaces TooltipConfig.triggerMode withvalue.