styles property
Implementation
@css
static final List<StyleRule> styles = [
css('@keyframes arcane-gradient-shift').styles(raw: {
'0%': 'background-position: 0% 50%',
'50%': 'background-position: 100% 50%',
'100%': 'background-position: 0% 50%',
}),
];