FormlessOptionsSheetPresenter typedef
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.
Implementation
typedef FormlessOptionsSheetPresenter = Future<void> Function(
FormlessOptionsSheetArgs args,
);