isOpen property

bool isOpen

Returns true if the dropdown is open.

Implementation

bool get isOpen => _dropdownController.isOpen;