ownsParent property

bool? ownsParent

Returns whether this sub-texture owns its parent texture, meaning whether this sub-texture is responsible for disposing its parent texture.

Implementation

bool? get ownsParent {
  return _ownsParent;
}