gradient constant
ProgressStyle
const gradient
Gradient progress
Implementation
static const ProgressStyle gradient = ProgressStyle._(
trackColor: ArcaneColors.surfaceVariant,
fillColor: ArcaneColors.accent,
gradientValue: 'linear-gradient(90deg, ${ArcaneColors.accent}, ${ArcaneColors.accentHover})',
);