styles property

  1. @css
List<StyleRule> styles
final

Implementation

@css
static final List<StyleRule> styles = [
  css('.arcane-social-icon:hover').styles(raw: {
    'color': ArcaneColors.onSurface,
    'background-color': ArcaneColors.surfaceVariant,
  }),
];