withHideDelay method

TooltipConfig withHideDelay(
  1. Duration value
)

Replaces TooltipConfig.hideDelay with value.

Implementation

TooltipConfig withHideDelay(Duration value) => copyWith(hideDelay: value);