ManifoldCollectionEditor<M> constructor
const
ManifoldCollectionEditor<M> ({
- Key? key,
- required ListTypeInfo listType,
- required $AClass? elementClass,
- bool subScreen = false,
- dynamic valueOverride,
- ValueChanged? onChangedOverride,
- ArtifactFieldMirror? fieldOverride,
- Property? propertyOverride,
- 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,
});