BurndownChart constructor

const BurndownChart({
  1. Key? key,
})

Renders a burndown chart of the user's tasks.

Implementation

const BurndownChart({super.key});