UIEvent<T> typedef

UIEvent<T> = void Function(T)

Implementation

typedef UIEvent<T> = void Function(T);