AiutaButtonThemeShapes

abstract class AiutaButtonThemeShapes

Shape configuration for button components.

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

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard

Default implementation of AiutaButtonThemeShapes.

Properties

Link copied to clipboard
abstract val buttonM: Dp

Corner radius for medium-sized buttons

Link copied to clipboard

Pre-computed shape for medium-sized buttons

Link copied to clipboard
abstract val buttonS: Dp

Corner radius for small-sized buttons

Link copied to clipboard

Pre-computed shape for small-sized buttons