ItemDisabledCallback<T> typedef
ItemDisabledCallback<T> =
bool Function(T itemData)
Implementation
typedef ItemDisabledCallback<T> = bool Function(T itemData);
typedef ItemDisabledCallback<T> = bool Function(T itemData);