CopyTextButton constructor
const
CopyTextButton({})
Implementation
const CopyTextButton({
Key? key,
required this.infoText,
required this.successToast,
this.backgroundColor,
this.textColor,
}) : super(key: key);