asyncItems property

Future<List<T>?> Function() asyncItems
final

A function that asynchronously fetches a list of items to be displayed in the dialog.

Implementation

final Future<List<T>?> Function() asyncItems;