ElementData constructor
      
      ElementData({})
     
    
    
Implementation
ElementData({
  required this.id,
  required this.type,
  this.children,
  this.skeletons,
  required this.rect,
  this.opacity = 1.0,
  this.isSensitive = false,
  this.doNotRecordWireframe = false,
  this.matrix,
  this.nativeViewId,
});