TeamSettingPage constructor
const
TeamSettingPage(
- String teamId, {
- Key? key,
- bool isPanel = false,
- VoidCallback? onClose,
- VoidCallback? onQuitTeam,
- Widget pinPageBuilder()?,
- Widget historyPageBuilder(
- String conversationId,
- NIMConversationType conversationType
Implementation
const TeamSettingPage(
this.teamId, {
Key? key,
this.isPanel = false,
this.onClose,
this.onQuitTeam,
this.pinPageBuilder,
this.historyPageBuilder,
}) : super(key: key);