globalKey property
final
It's a way to access the state of the button from outside the widget.
Implementation
final GlobalKey<CrossButtonState> globalKey;
It's a way to access the state of the button from outside the widget.
final GlobalKey<CrossButtonState> globalKey;