SfTreemapTheme constructor

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

Initialize the class of SfTreemapTheme

Implementation

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