minSaturation property

double? minSaturation
final

Specifies the minimum saturation of tiles while using from and to.

The tiles with the lowest value which is from will be applied a minSaturation and the tiles with the highest value which is to will be applied a maxSaturation. The tiles with values in-between the range will get a saturation based on their respective value.

Implementation

final double? minSaturation;