GlobalStateKey<T extends State<StatefulComponent> > constructor
GlobalStateKey<T extends State<StatefulComponent> > ({
- String? debugLabel,
Implementation
factory GlobalStateKey({String? debugLabel}) => LabeledGlobalStateKey(debugLabel);