isOpen property

bool get isOpen

Returns true if the dropdown is open.

Implementation

bool get isOpen => _dropdownController.isOpen;