StatisticsPanel constructor
const
StatisticsPanel({
- Key? key,
- required TetrisStatistics statistics,
- TetrisTheme? theme,
Implementation
const StatisticsPanel({super.key, required this.statistics, this.theme});