PyramidChartWidget constructor
PyramidChartWidget({})
Implementation
PyramidChartWidget({
super.key,
required this.data,
this.theme,
this.title,
this.subtitle,
this.useGlassmorphism = false,
this.useNeumorphism = false,
this.onSegmentTap,
this.isLoading = false,
this.isError = false,
this.errorMessage,
}) : assert(
data.isNotEmpty,
'PyramidChartWidget requires at least one data segment',
);