RadialChartWidget constructor
const
RadialChartWidget({
- Key? key,
- required List<
ChartDataSet> dataSets, - ChartTheme? theme,
- double lineWidth = 3.0,
- bool showPoints = true,
- bool showGrid = true,
- bool showLabel = true,
- String? title,
- String? subtitle,
- bool useGlassmorphism = false,
- bool useNeumorphism = false,
- bool isLoading = false,
- bool isError = false,
- String? errorMessage,
- ChartPointCallback? onPointTap,
- ChartPointHoverCallback? onPointHover,
Implementation
const RadialChartWidget({
super.key,
required this.dataSets,
this.theme,
this.lineWidth = 3.0,
this.showPoints = true,
this.showGrid = true,
this.showLabel = true,
this.title,
this.subtitle,
this.useGlassmorphism = false,
this.useNeumorphism = false,
this.isLoading = false,
this.isError = false,
this.errorMessage,
this.onPointTap,
this.onPointHover,
});