RenderObjectToWidgetAdapter< T extends RenderObject> constructor
    Creates a bridge from a RenderObject to an Element tree.
Used by WidgetsBinding to attach the root widget to the RenderView.
Implementation
RenderObjectToWidgetAdapter({
  this.child,
  this.container,
  this.debugShortDescription
}) : super(key: GlobalObjectKey(container));