Class ComposePreviewUtilsKt
-
- All Implemented Interfaces:
public final class ComposePreviewUtilsKt
-
-
Method Summary
Modifier and Type Method Description final static Unit
ScanbotPreview(Palette palette, Map<String, String> mappedStrings, Function0<Unit> content)
final static ScanbotColor
ScanbotRed()
Beautiful Scanbot-branded red color. -
-
Method Detail
-
ScanbotPreview
final static Unit ScanbotPreview(Palette palette, Map<String, String> mappedStrings, Function0<Unit> content)
-
ScanbotRed
final static ScanbotColor ScanbotRed()
Beautiful Scanbot-branded red color. Only to be used in Composable preview!!! Throws exception otherwise!!!
-
-
-
-