OnTapCallback<T> typedef

OnTapCallback<T> = bool? Function(T value)

点击回调事件

Implementation

typedef OnTapCallback<T> = bool? Function(T value);