GlobalStateKey<T extends State<StatefulComponent>> constructor

GlobalStateKey<T extends State<StatefulComponent>>({
  1. String? debugLabel,
})

Implementation

factory GlobalStateKey({String? debugLabel}) => LabeledGlobalStateKey(debugLabel);