StreakCounterWidget constructor

const StreakCounterWidget(
  1. int _streakCounter, {
  2. Key? key,
})

Implementation

const StreakCounterWidget(this._streakCounter, {Key? key}) : super(key: key);