owner property
inherited
The owner for this render object (null if unattached).
The entire render tree that this render object belongs to will have the same owner.
Implementation
PipelineOwner? get owner => _owner;
The owner for this render object (null if unattached).
The entire render tree that this render object belongs to will have the same owner.
PipelineOwner? get owner => _owner;