LoadingSlipBarChart constructor

const LoadingSlipBarChart({
  1. Key? key,
  2. required List<LoadingSlipSampleData> teamGraph,
})

Creates the default bar chart sample.

Implementation

const LoadingSlipBarChart({super.key, required this.teamGraph});