parentKey property

GlobalKey<State<StatefulWidget>>? parentKey
final

A GlobalKey that is used to calculate the transition so that it looks like the element that parentKey is attached to turns into a new page with the contents of builder.

Implementation

final GlobalKey? parentKey;