kdialogs/src/show_async_options library
Functions
-
showAsyncOptionsDialog<
T extends SelectOption> (BuildContext context, {required Future< List< getOptions(), List<T> >String> initialSelection = const [], bool allowMultipleSelection = false, bool searchInput = false, String? title, String? acceptText, String? cancelText, bool useMaxHeight = false}) → Future<List< T> ?>