Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshj01 committed Nov 17, 2023
1 parent b5883db commit a0b549f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/searchfield.dart
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ class SearchField<T> extends StatefulWidget {
final List<SearchFieldListItem<T>> suggestions;

/// Callback when the suggestion is selected.
/// The parameters passed to`SearchFieldListItem` in `suggestions` will be returned in the callback.
final Function(SearchFieldListItem<T>)? onSuggestionTap;

/// Callback when the searchfield is searched.
Expand Down

0 comments on commit a0b549f

Please sign in to comment.