AiutaImageThemeShapes

abstract class AiutaImageThemeShapes

Shape configuration for image components.

This abstract class defines the corner radius values used for shaping different sizes of images in the SDK. It provides a consistent visual appearance for rounded corners across various image types.

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard

Default implementation of AiutaImageThemeShapes.

Properties

Link copied to clipboard
abstract val imageL: Dp

Corner radius for large-sized images

Link copied to clipboard

Pre-computed shape for large-sized images

Link copied to clipboard
abstract val imageS: Dp

Corner radius for small-sized images

Link copied to clipboard

Pre-computed shape for small-sized images