Wraps the widget in a Tooltip to display a message on long press or hover.
Widget tooltip(String message) => Tooltip(message: message, child: this);