/// A GlobalKey is one that must be unique across the entire application. It is
/// used by components that need to communicate with other components across the
/// application's element tree.
abstractclassGlobalKeyextendsKey{
abstractclassGlobalKey<TextendsState>extendsKey{
constGlobalKey.constructor():super.constructor();// so that subclasses can call us, since the Key() factory constructor shadows the implicit constructor
/// Constructs a LabeledGlobalKey, which is a GlobalKey with a label used for debugging.
...
...
@@ -96,9 +96,9 @@ abstract class GlobalKey extends Key {