canBeOrphaned property

  1. @override
bool canBeOrphaned

Artboard are one of the few (only?) components that can be orphaned.

Implementation

@override
bool get canBeOrphaned => true;