WidgetSnapshot.renderObject constructor
WidgetSnapshot.renderObject(
- RenderObject? _renderObject,
- Rect bounds
Creates a new widget snapshot backed by a render object.
bounds
represents the part of the render object that should be
visible.
Implementation
WidgetSnapshot.renderObject(this._renderObject, Rect bounds)
: _image = null,
_renderObjectBounds = bounds;