renderObject property
RenderObject?
get
renderObject
Returns the RenderObject of the current context.
Implementation
RenderObject? get renderObject => currentContext?.findRenderObject();
Returns the RenderObject of the current context.
RenderObject? get renderObject => currentContext?.findRenderObject();