Returns a Rect representing this widget's bounds.
Rect get widgetBounds { return (owner != null && widgetRenderBox != null) ? widgetRenderBox!.semanticBounds : Rect.zero; }