Creates a LabeledGlobalKey, which is a GlobalKey with a label used for debugging.
The label is purely for debugging and not used for comparing the identity of the key.
Source
factory GlobalKey({ String debugLabel }) => new LabeledGlobalKey<T>(debugLabel);