SfSparkChartTheme constructor

const SfSparkChartTheme({
  1. Key? key,
  2. required SfSparkChartThemeData data,
  3. required Widget child,
})

Initialize the class of SfSparkChartTheme

Implementation

const SfSparkChartTheme({Key? key, required this.data, required this.child})
    : super(key: key, child: child);