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