UFunnelChart constructor

const UFunnelChart({
  1. required List<USlice> slices,
  2. Key? key,
  3. String? title,
  4. UChartStyle style = const UChartStyle(),
  5. double height = 260,
})

Implementation

const UFunnelChart({
  required this.slices,
  super.key,
  this.title,
  this.style = const UChartStyle(),
  this.height = 260,
});