DrivenChart constructor
const
DrivenChart({
- Key? key,
- required double width,
- required double height,
- ChartTheme? theme,
Implementation
const DrivenChart({
super.key,
required this.width,
required this.height,
this.theme
});