RenderObjectToWidgetAdapter({Widget child, RenderObjectWithChildMixin<T> container, String debugShortDescription })

Creates a bridge from a RenderObject to an Element tree.

Used by WidgetsBinding to attach the root widget to the RenderView.

Source

RenderObjectToWidgetAdapter({
  this.child,
  RenderObjectWithChildMixin<T> container,
  this.debugShortDescription
}) : container = container, super(key: new GlobalObjectKey(container));