SlottedRenderObjectElement<SlotType, ChildType extends RenderObject> constructor

SlottedRenderObjectElement<SlotType, ChildType extends RenderObject>(
  1. SlottedMultiChildRenderObjectWidgetMixin<SlotType, ChildType> widget
)

Creates an element that uses the given widget as its configuration.

Implementation

SlottedRenderObjectElement(SlottedMultiChildRenderObjectWidgetMixin<SlotType, ChildType> super.widget);