styles property
Implementation
@css
static final List<StyleRule> styles = [
css('.arcane-textarea:focus').styles(raw: {
'border-color': ArcaneColors.accent,
'box-shadow': '0 0 0 2px ${ArcaneColors.accentContainer}',
}),
css('.arcane-textarea::placeholder').styles(raw: {
'color': ArcaneColors.muted,
}),
];