Bottom Sheet Scheme¶
Bottom sheet presentation, including grabber appearance and sheet shape for both main SDK and internal sheets.
Bottom Sheet¶
BottomSheetTheme {
shapes {
bottomSheet: Shape // (1)!
chipsButton: Shape // (2)!
}
grabber {
width: Number // (3)!
height: Number // (4)!
topPadding: Number // (5)!
}
settings {
extendDelimitersToTheRight: Bool // (6)!
extendDelimitersToTheLeft: Bool // (7)!
}
}
- Sets the shape configuration for the bottom sheet container, controlling its visual appearance.
- Configures the shape for chips-style buttons, determining their visual style.
- Controls the width of the grabber handle used for dragging the bottom sheet.
- Determines the height of the grabber handle for bottom sheet interaction.
- Sets the vertical padding between the grabber and the top of the bottom sheet.
- Controls whether the bottom sheet delimiters extend to the right edge.
- Determines whether the bottom sheet delimiters extend to the left edge.