Core Features of FlexibleBottomSheet
mainFlexibleBottomSheet provides several advanced capabilities beyond the standard Material 3 ModalBottomSheet:
- Segmented Sizing: Define custom heights for fully expanded, intermediately expanded, and slightly expanded states.
- Non-Modal Support: Allows users to interact with the content behind the bottom sheet.
- Wrap Content: The sheet can automatically adjust its size based on the height of its content.
- Initial Value: Ability to start the sheet at a specific expanded state without animation.
- State Monitoring: Provides mechanisms to track and respond to changes in the sheet's state.
- Nested Scroll Support: Works seamlessly with scrollable components like
LazyColumn.