Package-level declarations
Material 3-style components that aren't included in Google's official library, designed to be consistent with those components.
Functions
Link copied to clipboard
Link copied to clipboard
fun TwoButtons(positiveAction: () -> Unit, positiveText: String, negativeAction: () -> Unit?, negativeText: String = stringResource(R.string.btn_back), showNegative: Boolean = true, disablePositive: Boolean = false)
A negative (outlined, on the left) and positive (filled, on the right) button. Useful in setup wizards.