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