OnLoad<T> typedef

OnLoad<T> = dynamic Function(List<T> list)

OnLoad defines the structure of loading handler used by the components in the ui kit

Implementation

typedef OnLoad<T> = Function(List<T> list);