How can I show a custom widget instead of string message in Flutter Tooltip?

Viewed 207

When we use flutter tooltip, we can only show a string message. But I want to show a custom widget on hover. How can I achieve it?

0 Answers
Related