controller property

MultiSelectController<int>? 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<int>? controller;