viewHierarchyEnabled property

bool viewHierarchyEnabled

Enable View hierarchy capturing

Implementation

bool get viewHierarchyEnabled =>
    tryCast(this["ViewHierarchyEnabled"], constOptionViewHierarchyEnabled);
void viewHierarchyEnabled=(bool value)

Implementation

set viewHierarchyEnabled(bool value) {
  this["ViewHierarchyEnabled"] = value;
}