rect property

InAppWebViewRect? rect
getter/setter pair

The portion of your web view to capture, specified as a rectangle in the view’s coordinate system. The default value of this property is null, which captures everything in the view’s bounds rectangle. If you specify a custom rectangle, it must lie within the bounds rectangle of the WebView object.

Implementation

InAppWebViewRect? rect;