RadialStackedBarChart<D, T> constructor
const
RadialStackedBarChart<D, T> ({
- Key? key,
- required List<
Series< data,D, T> > - RadialScale? scale,
- double angle = 0.0,
- Color? backgroundColor,
- EdgeInsets padding = const EdgeInsets.all(24),
- Clip clipBehavior = Clip.hardEdge,
- double holeSize = 0.0,
- double arcSpacing = 0.0,
- bool roundStart = false,
- bool roundEnd = false,
- Duration animationDuration = Duration.zero,
- Curve animationCurve = Curves.easeOut,
Implementation
const RadialStackedBarChart({
super.key,
required this.data,
this.scale,
this.angle = 0.0,
this.backgroundColor,
this.padding = const EdgeInsets.all(24),
this.clipBehavior = Clip.hardEdge,
this.holeSize = 0.0,
this.arcSpacing = 0.0,
this.roundStart = false,
this.roundEnd = false,
this.animationDuration = Duration.zero,
this.animationCurve = Curves.easeOut,
});