Shape

sealed class Shape

The shape applied to the KalugaBackgroundStyle of a view

Inheritors

Types

Link copied to clipboard

An oval Shape matching the width and height of a background view

Link copied to clipboard
data class Rectangle(val cornerRadiusX: Float, val cornerRadiusY: Float, val roundedCorners: Set<KalugaBackgroundStyle.Shape.Rectangle.Corner> = Corner.values().toSet()) : KalugaBackgroundStyle.Shape

A rectangular Shape