onData property

Widget Function(List<T> data) onData
final

A calback that returns a Widget to display the data of a query.

Implementation

final Widget Function(List<T> data) onData;