EditorInt class

Inheritance

Constructors

EditorInt({Key? key, required List<Inspectable> owners, required String propertyName, Object? customData, void onUpdatedProperty(dynamic value)?})

Properties

customData Object?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
key Key?
finalinherited
onUpdatedProperty → void Function(dynamic value)?
finalinherited
owners List<Inspectable>
finalinherited
propertyName String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getWidget(BuildContext context) Widget
override
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