GradOf.greenAccent constructor
const
GradOf.greenAccent({
- bool growable = false,
A gradient of four shades of green accent.
See also: GreenAccents.
Implementation
const GradOf.greenAccent({bool growable = false})
// coverage:ignore-start
: super(
const GreenAccents(),
growable: growable,
);