widgets/options_search_sheet library

Functions

showDefaultFormlessOptionPickerSheet(FormlessOptionsSheetArgs args) Future<void>
Built-in searchable bottom sheet; used when no custom presenter is provided.
showOptionsSearchSheet({required BuildContext context, required List<String> options, required ValueChanged<String> onSelected, FormlessTheme? theme, String title = 'Choose an option'}) Future<void>
Modal sheet with a search field and scrollable list of options.