EditorBase<T> class
- Implementers
Constructors
-
EditorBase({Key? key, required List<
Inspectable> owners, required String propertyName, Object? customData, void onUpdatedProperty(dynamic value)?}) -
const
Properties
- customData → Object?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → Key?
-
final
- onUpdatedProperty → void Function(dynamic value)?
-
final
-
owners
→ List<
Inspectable> -
final
- propertyName → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getWidget(
BuildContext context) → Widget -
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