styles property

  1. @css
List<StyleRule> styles
final

Implementation

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