Material Components
Material Components are modular, meaning developers can pick and choose specific UI elements (such as buttons, cards, text fields) based on their application's requirements. This modularity enhances flexibility and allows for easy integration into existing projects.
About the component

- Last Update 25 Oct, 2023
- Component Version : 2.0.0
- API 21, Android 5.0 Lollipop
- 29 Blocks Available
The Material Sheet component presents a bottom sheet dialog, adhering to Material Design principles, for displaying additional content or options.
Overview
The Material Sheet component displays a modal bottom sheet dialog that slides up from the bottom of the screen, allowing you to present additional content and actions in a visually appealing and consistent manner.
Events
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | BackgroundColor | Color | |
2 | BackgroundColor | Color | White |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | CancelOnOutsideTouch | boolean | |
2 | CancelOnOutsideTouch | boolean | False |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Cancelable | boolean | |
2 | Cancelable | boolean | True |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | CornerRadiusLeft | Dimension | |
2 | CornerRadiusLeft | Dimension | 10 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | CornerRadiusRight | Dimension | |
2 | CornerRadiusRight | Dimension | 10 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | DismissWithAnimation | boolean | |
2 | DismissWithAnimation | boolean | True |