NiceFunnel constructor
Implementation
const NiceFunnel({
super.key,
required this.data,
this.width = 400,
this.height = 300,
this.title,
this.showLabels = true,
this.showValues = true,
});
const NiceFunnel({
super.key,
required this.data,
this.width = 400,
this.height = 300,
this.title,
this.showLabels = true,
this.showValues = true,
});