closeOnSelect property

bool? closeOnSelect
final

Whether the menu should close automatically when an item is picked. Defaults to true unless a controller is provided, in which case the caller must opt-in by setting this to true.

Implementation

final bool? closeOnSelect;