PropertyCallBack typedef

PropertyCallBack = void Function(Object? value)

Defines a function that will be invoked when the property changed.

Implementation

typedef PropertyCallBack = void Function(Object? value);