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