menu
dutato
presentation/widgets/streak_sparkline.dart
StreakSparkline
StreakSparkline.new const constructor
StreakSparkline.new
dark_mode
light_mode
description
StreakSparkline
constructor
const
StreakSparkline
(
{
Key
?
key
,
List
<
int
>
?
counts
,
double
height
=
40
,
})
Implementation
const StreakSparkline({super.key, this.counts, this.height = 40});
dutato
streak_sparkline
StreakSparkline
StreakSparkline.new const constructor
StreakSparkline class