ManifoldEditorOverrideContext constructor
const
ManifoldEditorOverrideContext({
- required BuildContext buildContext,
- required ArtifactFieldMirror field,
- required Property? property,
- required dynamic value,
- required Type valueType,
- required ValueChanged onChanged,
- bool collectionElement = false,
- bool readOnly = false,
- List<
ManifoldValidator> validators = const <ManifoldValidator>[],
Implementation
const ManifoldEditorOverrideContext({
required this.buildContext,
required this.field,
required this.property,
required this.value,
required this.valueType,
required this.onChanged,
this.collectionElement = false,
this.readOnly = false,
this.validators = const <ManifoldValidator>[],
});