parentKey property

GlobalKey<State<StatefulWidget>>? parentKey
final

GlobalKey of the parent widget in the widget tree, relative to which we want to show our popup.

Implementation

final GlobalKey? parentKey;