saturation property

  1. @Deprecated('Use channel() instead.')
double get saturation

This color's saturation, a percentage between 0 and 100.

Implementation

@Deprecated('Use channel() instead.')
double get saturation => _legacyChannel(ColorSpace.hsl, 'saturation');