styles property

  1. @css
List<StyleRule> styles
final

Implementation

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