isOpen property

bool get isOpen

Whether the dropdown menu is open/showing.

Implementation

bool get isOpen => _menuOverlay != null;