PropertyCallback<T> typedef

PropertyCallback<T> = void Function(T?)

Signature of callbacks that have 1 argument and return no data.

Implementation

typedef PropertyCallback<T> = void Function(T?);