StreakIndicator constructor

const StreakIndicator({
  1. required int streak,
  2. Key? key,
})

Implementation

const StreakIndicator({required this.streak, super.key});