Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion lib/searchable_listview.dart
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,8 @@ class SearchableList<T> extends StatefulWidget {
ScrollController? scrollController;

/// Indicates whether the keyboard will be closed when scrolling or not
/// by default `closeKeyboardWhenScrolling = true`
/// by default `closeKeyboardWhenScrolling = false`
/// You also need to provide [focusNode] to close the keyboard
final bool closeKeyboardWhenScrolling;

/// Indicate whether the expansion will be shown or not when the expansion group is empty
Expand Down