SfChartTheme constructor
const
SfChartTheme({
- Key? key,
- required SfChartThemeData data,
- required Widget child,
Creating an argument constructor of SfChartTheme class.
Implementation
const SfChartTheme({Key? key, required this.data, required this.child})
: super(key: key, child: child);