styles property
Implementation
@css
static final List<StyleRule> styles = [
css('.arcane-carousel-prev:hover:not([disabled]), .arcane-carousel-next:hover:not([disabled])')
.styles(raw: {
'background-color': ArcaneColors.surfaceVariant,
}),
css('.arcane-carousel-indicators button:hover').styles(raw: {
'background-color': ArcaneColors.accent,
'opacity': '0.7',
}),
];