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