Property<T> class abstract

Implementers

Constructors

Property(String name, T defaultValue, {String? tooltipMessage, ControlProperty? visibilityControlProperty})
Property.withBuilder(String name, T defaultValue, {required PropertyEditorBuilder<T> builder, String? tooltipMessage, ControlProperty? visibilityControlProperty})
Constructor for a Property with an anonymous builder function instead of overridden function.
factory

Properties

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

Methods

createPropertyEditor({required PropertyChanged onChanged, Key? key}) Widget
Function that creates the widget shown in the property editor sidebar.
getValue() → T
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited