ChartStyle constructor
const
ChartStyle({
- Key? key,
- required Widget child,
- ChartTheme? theme,
- ChartBehavior<
ChartState> ? behavior, - ChartAnimation? animation,
Implementation
const ChartStyle({
super.key,
required super.child,
this.theme,
this.behavior,
this.animation,
});