styles property

  1. @css
List<StyleRule> styles
final

Implementation

@css
static final List<StyleRule> styles = [
  css('.arcane-glass-card.clickable:hover').styles(raw: {
    'transform': ArcaneEffects.hoverLift,
  }),
  css('.arcane-glass-card.clickable:active').styles(raw: {
    'transform': 'translateY(0)',
  }),
];