ElementDataNullable constructor

const ElementDataNullable({
  1. ElementData? elementData,
  2. bool doNotRecordWireframeChildren = false,
})

Implementation

const ElementDataNullable({
  this.elementData,
  this.doNotRecordWireframeChildren = false,
});