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