A calback that returns a Widget to display the data of a query.
Widget
final Widget Function(List<T> data) onData;