ListProperty<T> class

Inheritance

Constructors

ListProperty(String name, T defaultValue, List<T> list, {String? tooltipMessage, ControlProperty? visibilityControlProperty})

Properties

defaultValue → T
finalinherited
hashCode int
The hash code for this object.
no setterinherited
list List<T>
final
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tooltipMessage String?
finalinherited
value ↔ T?
getter/setter pairinherited
visibilityControlProperty ControlProperty?
finalinherited

Methods

createPropertyEditor({required PropertyChanged onChanged, Key? key}) Widget
Function that creates the widget shown in the property editor sidebar.
override
getValue() → T
inherited
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