NewGamePage constructor Null safety

const NewGamePage(
  1. {Key? key,
  2. required String title}
)

Implementation

const NewGamePage({super.key, required this.title});