GradOf.cyanAccent constructor
const
GradOf.cyanAccent({
- bool growable = false,
A gradient of four shades of cyan accent.
See also: CyanAccents.
Implementation
const GradOf.cyanAccent({bool growable = false})
: super(const CyanAccents(), growable: growable);