getPopupState property

DropdownSearchPopupState<T>? get getPopupState

return the state of the popup

Implementation

DropdownSearchPopupState<T>? get getPopupState => _popupStateKey.currentState;