sourceRect
The region of the view or control where the pointer must hover to trigger the appearance of the tooltip.
Declaration
@MainActor @preconcurrency var sourceRect: CGRect? { get }Discussion
To set sourceRect, create a tooltip configuration object using the init(toolTip:in:) method.