buildItem property

Widget Function(Suggestion, int)? buildItem
final

builder used to render each item displayed must not be null

Implementation

abstract final Widget Function(Suggestion, int)? buildItem;