TeamSettingPage constructor

const TeamSettingPage(
  1. String teamId, {
  2. Key? key,
  3. bool isPanel = false,
  4. VoidCallback? onClose,
  5. VoidCallback? onQuitTeam,
  6. Widget pinPageBuilder(
    1. String conversationId,
    2. NIMConversationType conversationType,
    3. String chatTitle
    )?,
  7. Widget historyPageBuilder(
    1. String conversationId,
    2. NIMConversationType conversationType
    )?,
})

Implementation

const TeamSettingPage(
  this.teamId, {
  Key? key,
  this.isPanel = false,
  this.onClose,
  this.onQuitTeam,
  this.pinPageBuilder,
  this.historyPageBuilder,
}) : super(key: key);