ManifoldEditorOverrideContext class
Constructors
-
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>[]}) -
const
Properties
- buildContext → BuildContext
-
final
- collectionElement → bool
-
final
- field → ArtifactFieldMirror
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- onChanged → ValueChanged
-
final
- property → Property?
-
final
- readOnly → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
validators
→ List<
ManifoldValidator> -
final
- value → dynamic
-
final
- valueType → Type
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited