stackKey property

GlobalKey<State<StatefulWidget>> stackKey
final

GlobalKey of the whole overlay to prevent it from rebuilding.

Implementation

final GlobalKey stackKey = GlobalKey();