isRendererAttached property

bool isRendererAttached

Implementation

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