const ConversationPopMenuButton({ Key? key, // 桌面/Web 端传入 true,菜单子页面以弹框方式打开而非路由跳转 this.isDesktopMode = false, }) : super(key: key);