copyButtonKey property
final
Creating a global key for the CopyButton widget.
Implementation
final GlobalKey<CopyButtonState> copyButtonKey = GlobalKey();
Creating a global key for the CopyButton widget.
final GlobalKey<CopyButtonState> copyButtonKey = GlobalKey();