Class ValueNotifier<T>
Inherited Members
Namespace: Unity.UIWidgets.foundation
Syntax
public class ValueNotifier<T> : ChangeNotifier, ValueListenable<T>, Listenable
Type Parameters
Name | Description |
---|---|
T |
Constructors
ValueNotifier(T)
Declaration
public ValueNotifier(T value)
Parameters
Type | Name | Description |
---|---|---|
T | value |
Properties
value
Declaration
public virtual T value { get; set; }
Property Value
Type | Description |
---|---|
T |
Implements
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()