createRenderObject abstract method
Create the RenderObject for this widget
Called when the element is first mounted.
Implementation
RenderObject createRenderObject(BuildContext context);
Create the RenderObject for this widget
Called when the element is first mounted.
RenderObject createRenderObject(BuildContext context);