Skip to content

Tooltip/Popover will be closed if open, close, then open in 500ms #31

@scribetw

Description

@scribetw

Timer(const Duration(milliseconds: 500), () {
$tip.off(Transition.end);
if (tip.parent != null)
tip.remove();
});

The delayed 500ms callback will hide the tooltip/popover.

Screencast.from.2022.07.14.15.56.18.mp4

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions