Shows a hint with label bellow rect in canvas.
label
rect
void showHintAtRectangle(String label, Rectangle<num> rect) { showHint( label, Point(rect.left + (rect.width / 2), rect.top + rect.height)); }