Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
class ScanbotTheme(val palette: Palette = Palette(), val typography: ScanbotTypography = ScanbotTypography(), val localization: Localization = Localization())
Link copied to clipboard
class ScanbotTypography
Functions
Link copied to clipboard
fun <Error class: unknown class>.alphaDimIf(shouldDim: Boolean, dimmedAlpha: Float = 0.6f): <Error class: unknown class>
Turns color to (partially) transparent depending on given shouldDim to hide view. To be used when we are to keep view size.
fun <Error class: unknown class>.alphaDimIf(shouldDim: Boolean, dimmedAlpha: Float = 0.6f): <Error class: unknown class>
Turns view to (partially) transparent depending on given shouldDim to hide view. To be used when we are to keep view size.
Link copied to clipboard
Turns color to transparent depending on given shouldHide to hide view. To be used when we are to keep view size.
Turns view to transparent depending on given shouldHide to hide view. To be used when we are to keep view size.
Link copied to clipboard
Link copied to clipboard
fun <Error class: unknown class>.withShadow(scanbotForegroundStyle: ForegroundStyle): <Error class: unknown class>
fun <Error class: unknown class>.withShadow(scanbotTextStyle: StyledText): <Error class: unknown class>