DataCallBack<T> typedef

DataCallBack<T> = Widget Function(T data)

Implementation

typedef DataCallBack<T> = Widget Function(T data);