FpsBarChart constructor

const FpsBarChart(
  1. List<IInfo> data, {
  2. Key? key,
})

Implementation

const FpsBarChart(this.data, {super.key});