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