expanded_bottom_sheet 0.0.2 copy "expanded_bottom_sheet: ^0.0.2" to clipboard
expanded_bottom_sheet: ^0.0.2 copied to clipboard

outdated

A scrollable bottom sheet with ability to be expanded and scroll more

scrollable_bottom_sheet #

A scrollable bottom sheet with ability to be expanded and scroll more

Example #

| Short content | |:-----------------------: |[]

Install #

dependencies:
  scrollable_bottom_sheet: ^0.0.1

or

flutter pub add scrollable_bottom_sheet

How to use #

// FIRST INITIALIZE WIDGETS
BottomSheetWidget().centerWidget = MyBottomSheetWidget();
BottomSheetWidget().headerWidget = MyBottomSheetHeader();

// TO OPEN THE BOTTOM SHEET
BottomSheetWidget().openBottomSheet(context, backgroundColor: Colors.black, backgroundOpacity: 0.4);

// TO CLOSE THE BOTTOM SHEET
BottomSheetWidget().closeBottomSheet();
8
likes
0
points
53
downloads

Publisher

unverified uploader

Weekly Downloads

A scrollable bottom sheet with ability to be expanded and scroll more

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on expanded_bottom_sheet