getPopupState property
SelectionWidgetState<T> ?
get
getPopupState
return the state of the popup
Implementation
SelectionWidgetState<T>? get getPopupState => _popupStateKey.currentState;
return the state of the popup
SelectionWidgetState<T>? get getPopupState => _popupStateKey.currentState;