Package-level declarations
Functions
Link copied to clipboard
fun ButtonsComponent(state: UseCaseState, orientation: LibOrientation, selection: BaseSelection, onPositive: () -> Unit, onNegative: () -> Unit, onPositiveValid: Boolean = true)
Buttons component.
Link copied to clipboard
Header component of the dialog.
Link copied to clipboard
fun IconComponent(modifier: Modifier, iconSource: IconSource, tint: Color? = null, defaultTint: Color? = null)
Icon component that is displayed in various places in a dialog.