ManifoldPropertyValueEditor<M> constructor
const
ManifoldPropertyValueEditor<M> ({
- Key? key,
- required ArtifactFieldMirror field,
- required Property? property,
- required dynamic value,
- required ValueChanged onChanged,
- required Type fieldType,
- $AT? typeDescriptor,
- required bool innerCard,
- required String nestedTileTitle,
- required String nestedTileSubtitle,
- required String unsupportedTitle,
- required String unsupportedSubtitle,
- Widget? trailing,
- $AClass? nestedClass,
- bool constructArtifactOnNull = false,
- bool collectionElement = false,
- List<
Enum> ? enumValuesOverride,
Implementation
const ManifoldPropertyValueEditor({
super.key,
required this.field,
required this.property,
required this.value,
required this.onChanged,
required this.fieldType,
this.typeDescriptor,
required this.innerCard,
required this.nestedTileTitle,
required this.nestedTileSubtitle,
required this.unsupportedTitle,
required this.unsupportedSubtitle,
this.trailing,
this.nestedClass,
this.constructArtifactOnNull = false,
this.collectionElement = false,
this.enumValuesOverride,
});