darker method

Hsla darker(
  1. num amount
)

Implementation

Hsla darker(num amount) => Hsla.fromRgba(Rgba.fromHsla(this).darker(amount));