SfSparkChartTheme constructor
const
SfSparkChartTheme({
- Key? key,
- required SfSparkChartThemeData data,
- required Widget child,
Initialize the class of SfSparkChartTheme
Implementation
const SfSparkChartTheme({Key? key, required this.data, required this.child})
: super(key: key, child: child);