ShowTooltip typedef

ShowTooltip = Future<void> Function({bool autoClose, bool immediately})

Implementation

typedef ShowTooltip = Future<void> Function({
  bool immediately,

  /// If set to true, this will set the timer for the tooltip to close.
  bool autoClose,
});