onData property
Display a widget when the data is loaded
Implementation
final Widget Function(BuildContext context, List<dynamic> data) onData;
Display a widget when the data is loaded
final Widget Function(BuildContext context, List<dynamic> data) onData;