LabeledGlobalStateKey<T extends State<StatefulComponent> > constructor
LabeledGlobalStateKey<T extends State<StatefulComponent> > (
- String? _debugLabel
Creates a global key with a debugging label.
The label does not affect the key's identity.
Implementation
// ignore: prefer_const_constructors_in_immutables , never use const for this class
LabeledGlobalStateKey(this._debugLabel) : super.constructor();