models/formless_options_sheet_args
library
Classes
-
FormlessOptionsSheetArgs
-
Arguments passed when Formless opens a multiple-choice sheet picker
(long lists or
QuestionOptionsPresentation.searchableSheet).
Typedefs
-
FormlessOptionsSheetPresenter
= Future<void> Function(FormlessOptionsSheetArgs args)
-
Opens the option picker UI. Use
showDefaultFormlessOptionPickerSheet to
match the built-in searchable bottom sheet, or implement your own modal
and call FormlessOptionsSheetArgs.select when the user picks a value.