createRenderObject abstract method

RenderObject createRenderObject(
  1. BuildContext context
)

Create the RenderObject for this widget

Called when the element is first mounted.

Implementation

RenderObject createRenderObject(BuildContext context);