enabled property

bool enabled
final

if true, the dropdown will be interactive automatically; otherwise, you need to call DropdownController.open and DropdownController.dismiss manually.

Implementation

final bool enabled;