popupController property

PopupController? popupController
final

If a PopupController is provided it can be used to programmatically show and hide the popup. This must be null if there is a surrounding PopupScope. The PopupController should be passed there instead.

Implementation

final PopupController? popupController;