LevelPanel constructor
const
LevelPanel({
- Key? key,
- required TetrisGame game,
- TetrisTheme? theme,
Implementation
const LevelPanel({super.key, required this.game, this.theme});