public property toolTip as String
Optional text displayed in a floating tooltip while the pointer hovers over this widget. An empty value disables the tooltip.
save = Button() save.icon = Icon("icons/save.svg") save.toolTip = "Save"