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