ArcaneGradientText.brand constructor
const
ArcaneGradientText.brand({})
Brand gradient using primary and accent colors.
Implementation
const ArcaneGradientText.brand({
required this.content,
this.fontSize = 'inherit',
this.fontWeight = 'inherit',
super.key,
}) : gradient = 'linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%)',
gradientStart = null,
gradientEnd = null,
gradientAngle = null,
colorStops = null;