Widget withTooltip(String tooltip) => Tooltip(tooltip: TooltipContainer(child: Text(tooltip)), child: this);