isOpen property

bool get isOpen

Gets whether the dropdown is open.

Implementation

bool get isOpen => _open;