This repository contains the code about modal bottom sheets. From initializing to implementing to customizing and styling in the end, we have got it all covered. This repository is reffered in my article on modal bottom sheets, on developers breach. Outline
- Creating a Modal Bottom Sheet a. Initializing sheetState b. Creating sheetContent c. Toggling the Modal Sheet
- Adding an anchor a. Triggering the Modal Bottom Sheet
- An alternate way a. BottomSheetScaffold(): b. Adding the anchor:
- Common Pitfall
- Styling your bottom sheet a. Customizing the values b. Animating the sheet
- Project code and resources