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