SfTreemapTheme constructor

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

Initialize the class of SfTreemapTheme

Implementation

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