CatchLogoView

class CatchLogoView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : AbstractComposeView

A view which displays Catch's logo.

Constructors

Link copied to clipboard
constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)

Functions

Link copied to clipboard
open override fun Content()

Properties

Link copied to clipboard

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.

Link copied to clipboard

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.