ScanbotLocalTopBar

data class ScanbotLocalTopBar(val title: () -> StyledText = { StyledText(false, "") }, val cancelButton: () -> ButtonConfiguration? = { null }, val cancelButtonIcon: () -> <Error class: unknown class> = { Icons.Default.Close }, val color: ScanbotColor = ScanbotColor("?sbColorPrimary"), val actions: <Error class: unknown class>.() -> Unit = {})

Constructors

Link copied to clipboard
constructor(title: () -> StyledText = { StyledText(false, "") }, cancelButton: () -> ButtonConfiguration? = { null }, cancelButtonIcon: () -> <Error class: unknown class> = { Icons.Default.Close }, color: ScanbotColor = ScanbotColor("?sbColorPrimary"), actions: <Error class: unknown class>.() -> Unit = {})

Properties

Link copied to clipboard
val actions: <Error class: unknown class>.() -> Unit
Link copied to clipboard
Link copied to clipboard
val cancelButtonIcon: () -> <Error class: unknown class>
Link copied to clipboard
Link copied to clipboard
val title: () -> StyledText