const LabeledGlobalKey(String _debugLabel)

Creates a global key with a debugging label.

The label does not affect the key's identity.

Source

const LabeledGlobalKey(this._debugLabel) : super.constructor();