ArcaneGradientText.rainbow constructor
const
ArcaneGradientText.rainbow({})
Rainbow gradient cycling through multiple colors.
Implementation
const ArcaneGradientText.rainbow({
required this.content,
this.fontSize = 'inherit',
this.fontWeight = 'inherit',
super.key,
}) : gradient = 'linear-gradient(135deg, var(--destructive) 0%, var(--warning) 25%, var(--success) 50%, var(--info) 75%, var(--accent) 100%)',
gradientStart = null,
gradientEnd = null,
gradientAngle = null,
colorStops = null;