Tooltip addTooltipWidget(String toolTip) { Widget widget = this; return Tooltip( message: toolTip, child: widget, ); }