ManifoldCollectionEditor<M> constructor

const ManifoldCollectionEditor<M>({
  1. Key? key,
  2. required ListTypeInfo listType,
  3. required $AClass? elementClass,
  4. bool subScreen = false,
  5. dynamic valueOverride,
  6. ValueChanged? onChangedOverride,
  7. ArtifactFieldMirror? fieldOverride,
  8. Property? propertyOverride,
  9. bool nested = false,
})

Implementation

const ManifoldCollectionEditor({
  super.key,
  required this.listType,
  required this.elementClass,
  this.subScreen = false,
  this.valueOverride,
  this.onChangedOverride,
  this.fieldOverride,
  this.propertyOverride,
  this.nested = false,
});