AiutaBottomSheetTheme
class AiutaBottomSheetTheme(val typography: AiutaBottomSheetThemeTypography, val shapes: AiutaBottomSheetThemeShapes, val grabber: AiutaBottomSheetThemeGrabber, val toggles: AiutaBottomSheetThemeToggles)
Bottom sheet theme configuration for the Aiuta SDK.
This immutable class defines the visual styling for bottom sheets throughout the SDK, including typography, shapes, grabber, and toggle configurations. It provides a consistent bottom sheet appearance that can be customized to match your app's design system.
See also
Constructors
Link copied to clipboard
constructor(typography: AiutaBottomSheetThemeTypography, shapes: AiutaBottomSheetThemeShapes, grabber: AiutaBottomSheetThemeGrabber, toggles: AiutaBottomSheetThemeToggles)
Types
Link copied to clipboard
class Builder
Builder class for creating AiutaBottomSheetTheme instances.