from property

double? from
final

Sets the range start 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:

  • to, sets the end range for the color mapping.

Implementation

final double? from;