static Future<void> onTapText(String data) async { if (await Clipboard.hasStrings()) { await Clipboard.setData(ClipboardData(text: data)); } }