GlobalKey<T extends State<StatefulWidget> >.constructor constructor
Creates a global key without a label.
Used by subclasses because the factory constructor shadows the implicit constructor.
Implementation
const GlobalKey.constructor() : super.empty();