A function that asynchronously fetches a list of items to be displayed in the dialog.
final Future<List<T>?> Function() asyncItems;