builder property

ResultBuilder<T> builder
final

Method that builds a widget for each item that matches the current query parameter entered by the user.

If no builder is provided by the user, the package will try to display a ListTile for each child, with a string representation of itself as the title.

Implementation

final ResultBuilder<T> builder;