Skip to content

Tooltip waitDuration and showDuration properties can be elaborated on #36032

@shihaohong

Description

@shihaohong

Currently, tooltip behaves as follows:

  1. Hover
  • hover over tooltip
  • wait for waitDuration
  • wait for fadeInDuration
  • displays tooltip
  • hover out
  • immediately closes tooltip
  1. 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.

Metadata

Metadata

Assignees

Labels

d: api docsIssues with https://api.flutter.dev/f: material designflutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions