dialogKey property

GlobalKey<State<StatefulWidget>>? dialogKey
final

Unique key which can be used to abstract DialogManager into a service without direct dependence on BuildContext.

Implementation

final GlobalKey? dialogKey;