OverlayWidgetState constructor Null safety
OverlayWidgetState constructor is used to create a new state and be handled with a GlobalKey to get the current OverlayBuilder's state for showing, removing or known when it is showing an overlay widget.
Implementation
OverlayWidgetState() : super();