AiutaOnboardingFeatureShapes

Abstract class defining shape configurations for the onboarding feature.

This class provides corner radius values and corresponding shapes for different sizes of images used in the onboarding flow.

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard

Properties

Link copied to clipboard
abstract val onboardingImageL: Dp

Corner radius for large images in the onboarding flow.

Link copied to clipboard

Shape for large images with rounded corners.

Link copied to clipboard
abstract val onboardingImageS: Dp

Corner radius for small images in the onboarding flow.

Link copied to clipboard

Shape for small images with rounded corners.