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