menu
dutato
presentation/widgets/streak_indicator.dart
StreakIndicator
StreakIndicator.new const constructor
StreakIndicator.new
dark_mode
light_mode
description
StreakIndicator
constructor
const
StreakIndicator
(
{
required
int
streak
,
Key
?
key
,
})
Implementation
const StreakIndicator({required this.streak, super.key});
dutato
streak_indicator
StreakIndicator
StreakIndicator.new const constructor
StreakIndicator class