TeamKitTeamInfoPage constructor

const TeamKitTeamInfoPage({
  1. Key? key,
  2. required NIMTeam team,
  3. bool hasPrivilegeToUpdateInfo = true,
})

Implementation

const TeamKitTeamInfoPage(
    {Key? key, required this.team, this.hasPrivilegeToUpdateInfo = true})
    : super(key: key);