globalRect property

Rect get globalRect

Assumes this Finder found a single RenderBox and returns that RenderBox's bounds in the global coordinate space.

Implementation

Rect get globalRect => asRenderBox.globalRect;