GradOf.cyanAccent constructor

const GradOf.cyanAccent({
  1. 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);