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