getPopupState property

SelectionWidgetState<T>? getPopupState

return the state of the popup

Implementation

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