JoinGameScreen constructor

const JoinGameScreen({
  1. required String code,
  2. Key? key,
})

Implementation

const JoinGameScreen({required this.code, super.key});