styles property
Implementation
@css
static final List<StyleRule> styles = [
css('.arcane-tile.clickable:hover:not(.disabled)').styles(raw: {
'background-color': ArcaneColors.surfaceVariant,
}),
css('.arcane-tile.clickable.selected:hover:not(.disabled)').styles(raw: {
'background-color': ArcaneColors.accentContainer,
}),
];