FunnelChart constructor
const
FunnelChart({
- Key? key,
- required ChartConfig config,
- ChartWidgetController? controller,
- ChartTheme? theme,
- double gap = 4,
- bool labelStages = true,
- bool sortDescending = true,
Implementation
const FunnelChart({
super.key,
required this.config,
this.controller,
this.theme,
this.gap = 4,
this.labelStages = true,
this.sortDescending = true,
});