DuskButtonRow

fun DuskButtonRow(secondaryText: String, primaryText: String, onSecondary: () -> Unit, onPrimary: () -> Unit, modifier: Modifier = Modifier, primaryEnabled: Boolean = true)

Two-button row: secondary on the left, primary on the right. Standard layout for confirm/cancel choices in the Dusk theme.