CustomPictographChart constructor
const
CustomPictographChart({})
Implementation
const CustomPictographChart({
super.key,
required this.data,
this.title,
this.backgroundColor = Colors.white,
this.textStyle,
this.showLabels = true,
this.showValues = true,
this.padding = const EdgeInsets.all(20),
this.iconSize = 24,
this.valuePerIcon = 10,
this.maxIconsPerRow = 10,
});