LoadingSlipBarChart constructor
const
LoadingSlipBarChart({
- Key? key,
- required List<
LoadingSlipSampleData> teamGraph,
Creates the default bar chart sample.
Implementation
const LoadingSlipBarChart({super.key, required this.teamGraph});