SfTreemapThemeData constructor

const SfTreemapThemeData({
  1. TextStyle? legendTextStyle,
})

Create a SfTreemapThemeData given a set of exact values. All the values must be specified.

This will rarely be used directly. It is used by lerp to create intermediate themes based on two themes created with the SfTreemapThemeData constructor.

Implementation

const SfTreemapThemeData({
  this.legendTextStyle,
});