CatchLogo

fun CatchLogo(size: CatchLogoSize = CatchLogoSize.SMALL, colorTheme: CatchColorTheme? = null)

A view which displays Catch's logo.

Parameters

size

The CatchLogoSize options are meant to provide some recommended defaults while allowing for customization by using the CatchLogoSize.FILL within a container of the size of your choosing.

colorTheme

The Catch color CatchColorTheme. If no theme is set, the theme set globally on the Catch object will be used, which defaults to CatchColorTheme.Light.