controller property

MultiSelectController<T>? controller
final

Controller for the dropdown controller is the controller for the dropdown. It can be used to programmatically open and close the dropdown.

Implementation

final MultiSelectController<T>? controller;