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