StreakSparkline constructor

const StreakSparkline({
  1. Key? key,
  2. List<int>? counts,
  3. double height = 40,
})

Implementation

const StreakSparkline({super.key, this.counts, this.height = 40});