FunnelChartWidget constructor
const
FunnelChartWidget({
- Key? key,
- required List<
PieData> data, - String? title,
- String? subtitle,
- Widget? header,
- PieSegmentCallback? onSegmentTap,
- bool isLoading = false,
- bool isError = false,
- double? height,
- EdgeInsets? padding,
- EdgeInsets? margin,
- ChartsConfig? config,
Implementation
const FunnelChartWidget({
super.key,
required this.data,
this.title,
this.subtitle,
this.header,
this.footer,
this.onSegmentTap,
this.isLoading = false,
this.isError = false,
this.height,
this.padding,
this.margin,
this.config,
});