TeamKitDetailPage constructor

const TeamKitDetailPage({
  1. Key? key,
  2. required String teamId,
  3. NIMTeam? team,
})

Implementation

const TeamKitDetailPage({Key? key, required this.teamId, this.team})
    : super(key: key);