SelectableMetricCard
fun SelectableMetricCard(isSelected: Boolean, onClick: () -> Unit, modifier: Modifier = Modifier, content: @Composable () -> Unit)(source)
A selectable Card for metric log items. Provides consistent selection styling (primary border + primaryContainer background) and text selection support across all metric screens.