RenderView({RenderBox child, Duration timeForRotation: const Duration(microseconds: 83333), ViewConfiguration configuration })

Creates the root of the render tree.

Typically created by the binding (e.g., RendererBinding).

Source

RenderView({
  RenderBox child,
  this.timeForRotation: const Duration(microseconds: 83333),
  ViewConfiguration configuration
}) : _configuration = configuration {
  this.child = child;
}