rotateHue method

  1. @override
HsbColor rotateHue(
  1. num amount
)

Rotates the hue of this color by amount in degrees.

Implementation

@override
HsbColor rotateHue(num amount) => super.rotateHue(amount).cast();