kdialogs/src/show_basic_options library

Classes

SelectOption
Every item must have a unique value, and string values are extracted from the ToString function. To compare objects, please refer to the documentation at https://dart.dev/effective-dart/design#equality. Or use an alternative package like https://pub.dev/packages/equatable
SelectOptionItem
StringOption

Functions

showBasicOptionsKDialog<T extends SelectOption>(BuildContext context, {required List<T> options, List<String> initialSelection = const [], bool allowMultipleSelection = false, bool searchInput = false, String? title, String? acceptText, String? cancelText, bool useMaxHeight = false}) Future<List<T>?>
stringOptionsAdapter(List<String> values) List<StringOption>