StatisticsPanel constructor

const StatisticsPanel({
  1. Key? key,
  2. required TetrisStatistics statistics,
  3. TetrisTheme? theme,
})

Implementation

const StatisticsPanel({super.key, required this.statistics, this.theme});