isRendererAttached property

bool get isRendererAttached

Implementation

bool get isRendererAttached => renderer != null && renderer!.attached;