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