measureContainer method
Returns the current size of the overlay container.
By default this is normally the viewport, but in some apps the container may be different dimensions (such as multiple apps alive at the same time).
Implementation
Future<Rectangle<num>> measureContainer() =>
_renderService.measureContainer();