enableListen property

bool enableListen
final

Whether the dropdown button/trigger built from builder should listen to the controller. As a result, the button builder will be rebuilt when DropdownController changes, like selected items

Implementation

final bool enableListen;