mode property

PromptMode? mode
final

Presentation mode for the item picker interface.

Controls whether the picker appears as a modal dialog or a popover dropdown. Defaults to dialog mode for better item visibility.

Implementation

final PromptMode? mode;