viewHierarchyEnabled property

bool get viewHierarchyEnabled

Enable View hierarchy capturing

Implementation

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

Implementation

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