Creates a RenderView object to be the root of the RenderObject rendering tree, and initializes it so that it will be rendered when the engine is next ready to display a frame.
Called automatically when the binding is created.
Source
void initRenderView() { assert(renderView == null); renderView = new RenderView(configuration: createViewConfiguration()); renderView.scheduleInitialFrame(); }