st_bottom_sheet_button 1.0.0
st_bottom_sheet_button: ^1.0.0 copied to clipboard
A Flutter package that provides a simple and customizable button to open a bottom modal sheet.
Changelog #
All notable changes to the "ModalBottomSheetButton" package will be documented in this file.
1.0.0 - 2024-03-21 #
Added #
- Initial release of the "STBottomSheetButton" package.
- A
STBottomSheetButtonwidget that displays a button, which when pressed, opens a bottom modal sheet. - Customizable button properties including color and size.
- Options to customize the appearance of the bottom modal sheet, such as background color, shape, and elevation.
- Support for modal dismiss on outside touch.