FpsBarChart constructor

const FpsBarChart({
  1. required List<FpsInfo> data,
})

Implementation

const FpsBarChart({
  required this.data,
});