GlobalKey.constructor constructor
const
GlobalKey.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();