select library

Classes

Select<T, P>

Typedefs

SelectBackdropBuilder = Widget Function(BuildContext context, VoidCallback onCloseSelectPopup)
Builder for the backdrop widget behind the popup. If provided, you are responsible for handling the tap to close.
SelectInputBuilder<T, P> = Widget Function(BuildContext context, SelectOption<T, P>? selectedOption, bool isDisabled, VoidCallback onOpenSelectPopup)
Builder for the entire input field widget. If provided, you are responsible for handling the tap to open.