复制文本
static Future<void> copyText(String txt) async { await Clipboard.setData(ClipboardData(text: txt)); return; }