RenderObjectToWidgetAdapter<T extends RenderObject> constructor
- Widget? child,
- required RenderObjectWithChildMixin<
T> container, - String? debugShortDescription,
Creates a bridge from a RenderObject to an Element tree.
Implementation
RenderObjectToWidgetAdapter({
this.child,
required this.container,
this.debugShortDescription,
}) : super(key: GlobalObjectKey(container));