GlobalObjectKey< T extends State< StatefulWidget>> constructor
Creates a global key that uses identical on value
for its operator==.
Implementation
const GlobalObjectKey(this.value) : super.constructor();