to property
Sets the range end for the color mapping.
The tile will render in the specified color if the value returned in the TreemapLevel.colorValueMapper falls between the from and to range.
See also:
- color, maps the color to the tiles based on the value returned in TreemapLevel.colorValueMapper.
Implementation
final double? to;