-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
Labels
d: api docsIssues with https://api.flutter.dev/Issues with https://api.flutter.dev/f: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.
Description
Currently, tooltip behaves as follows:
- Hover
- hover over tooltip
- wait for waitDuration
- wait for fadeInDuration
- displays tooltip
- hover out
- immediately closes tooltip
- Long press
- long press tooltip
- displays tooltip
- release gesture
- wait for showDuration
- tooltip disappears
I think the documentation can better differentiate between which properties affect hover and which do not, as it was initially confusing without diving into source code.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
d: api docsIssues with https://api.flutter.dev/Issues with https://api.flutter.dev/f: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.