ElementDataNullable constructor
const
ElementDataNullable({
- ElementData? elementData,
- bool doNotRecordWireframeChildren = false,
Implementation
const ElementDataNullable({
this.elementData,
this.doNotRecordWireframeChildren = false,
});