GradOf.amberAccent constructor

const GradOf.amberAccent({
  1. bool growable = false,
})

A gradient of four shades of amber accent.

See also: amberAccents.

Implementation

const GradOf.amberAccent({bool growable = false})
    : super(const AmberAccents(), growable: growable);