owner property

Object? owner

The owner for this layer (null if unattached).

The entire layer tree that this layer belongs to will have the same owner.

Typically the owner is a RenderView.

Implementation

Object? get owner => _owner;