Adds a tooltip to any widget
Widget withTooltip(String message) { return Tooltip( message: message, child: this, ); }