拷贝文本内容到剪切板
static bool copyToClipboard(String? text) { Clipboard.setData(ClipboardData(text: text)); return true; }