Chart constructor

const Chart({
  1. Key? key,
  2. bool animate = true,
})

Implementation

const Chart({Key? key, this.animate = true}) : super(key: key);