isRendered method
Check if the component is rendered at DOM or not.
Implementation
@nonVirtual
bool isRendered() {
return document.querySelector('#$id') != null;
}
Check if the component is rendered at DOM or not.
@nonVirtual
bool isRendered() {
return document.querySelector('#$id') != null;
}