ReactiveProperty<T> constructor
ReactiveProperty<T> (
- T _value,
- VoidCallback _onChanged
Implementation
ReactiveProperty(this._value, this._onChanged);
ReactiveProperty(this._value, this._onChanged);