PropertyChangedListener typedef
PropertyChangedListener =
void Function(String propertyName)
Used to define a property changed listener that sends notifications when particular properties have changed.
Implementation
typedef PropertyChangedListener = void Function(String propertyName);