PropertyChangedCallback typedef

PropertyChangedCallback = void Function(PropertyChangedInfo info)

The function type that is called when a property changes.

Implementation

typedef PropertyChangedCallback = void Function(PropertyChangedInfo info);