Scanbot Local Top Bar
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 = {})