ManifoldMapEditor<M> constructor
const
ManifoldMapEditor<M> ({
- Key? key,
- required MapTypeInfo mapType,
- bool subScreen = false,
- dynamic valueOverride,
- ValueChanged? onChangedOverride,
- ArtifactFieldMirror? fieldOverride,
- Property? propertyOverride,
- bool nested = false,
Implementation
const ManifoldMapEditor({
super.key,
required this.mapType,
this.subScreen = false,
this.valueOverride,
this.onChangedOverride,
this.fieldOverride,
this.propertyOverride,
this.nested = false,
});