void copyAction(String text, String successToast) { Clipboard.setData(ClipboardData(text: text)); makeToast(msg: successToast); }