SentryViewHierarchyElement constructor

SentryViewHierarchyElement(
  1. String type, {
  2. int? depth,
  3. String? identifier,
  4. double? width,
  5. double? height,
  6. double? x,
  7. double? y,
  8. double? z,
  9. bool? visible,
  10. double? alpha,
  11. Map<String, dynamic>? extra,
})

Implementation

SentryViewHierarchyElement(
  this.type, {
  this.depth,
  this.identifier,
  this.width,
  this.height,
  this.x,
  this.y,
  this.z,
  this.visible,
  this.alpha,
  this.extra,
});