AiutaBottomSheetThemeShapes

Shape configuration for bottom sheet components.

This abstract class defines the corner radius values used for shaping various bottom sheet elements, including the main sheet container and chip buttons. It provides a consistent visual appearance for rounded corners throughout the bottom sheet interface.

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard

Properties

Link copied to clipboard
abstract val bottomSheet: Dp

Corner radius for the main bottom sheet container

Link copied to clipboard

Pre-computed shape for the bottom sheet container

Link copied to clipboard
abstract val chipsButton: Dp

Corner radius for chip-style buttons within the sheet

Link copied to clipboard

Pre-computed shape for chip buttons