RootElement constructor

RootElement(
  1. RootWidget widget
)

Creates a RootElement for the provided RootWidget.

Implementation

RootElement(RootWidget super.widget);