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