HueDecorator constructor

HueDecorator({
  1. double hue = 0.0,
})

Implementation

HueDecorator({double hue = 0.0}) : _hue = hue;