renderingUIComponent property
UIComponent?
get
renderingUIComponent
Returns the current synchronous rendering UIComponent in the rendering stack.
Implementation
static UIComponent? get renderingUIComponent {
var renderingComponent = _renderingUIComponent.lastOrNull;
return renderingComponent;
}