menu
simple_observable package
documentation
simple_observable
Observable
<
T
>
onChanged property
onChanged
brightness_4
onChanged
property
Null safety
(void Function
(
T
value
)
?)
onChanged
final
Implementation
final void Function(T value)? onChanged;
simple_observable package
documentation
simple_observable
Observable
<
T
>
onChanged property
Observable class
Constructors
Observable
Properties
canceled
checkEquality
hashCode
nextValue
onChanged
runtimeType
value
values
Methods
cancel
noSuchMethod
notify
setValue
toString
Operators
operator ==