GlobalValueKey<T extends State<StatefulWidget>> constructor

const GlobalValueKey<T extends State<StatefulWidget>>(
  1. Object? keyValue
)

Implementation

const GlobalValueKey(this.keyValue) : super.constructor();