withHue method

Color withHue(
  1. double value
)

Implementation

Color withHue(double value) => hsl.withHue(value).toColor();